Skip to content

This is the frontend of a Noticeboard app built with emphasis on acceptable security.

Notifications You must be signed in to change notification settings

SamuelThand/Noticeboard-Frontend

Repository files navigation

Noticeboard-Frontend

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.

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

This is the frontend of a Noticeboard app built with emphasis on acceptable security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published