Built in Angular.
Requirements for the applications:
Users can register and log in.
Users can post messages.
The application is reasonably secure and free of major vulnerabilities.
Users can up/downvote messages.
Users can delete their own messages.
Search by user.
Appropriate technique(s) to protect sensitive user information.
Search by keyword.
The application must implement proper session management and user authentication.
The application must implement countermeasures against brute-force login attacks.
Strong password policy.
Secure data transmission over the network should be ensured through appropriate measures like the use of encryption and other security protocols.
Users must have appropriate access controls and roles.
Users can edit their own messages.
The application should include security headers and content security policies to reduce the risk of attacks.
Rate limiting on API endpoints to prevent abuse and denial-of-service attacks.
This project was generated with Angular CLI version 15.0.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.