- This webapplication is build using the angular version 16
User Features
- student can login/register into the board app
- user can view the anouncements
- user can search and sorts the anouncements
Admin Features
- admin can login into dashboard with following credentials
credentials
username: chirag password: chirag - admin can view,create, update, delete the anouncements
- admin has rich text editor build into dashboard for better anouncement create
- admin can login into dashboard with following credentials
First clone this repo using the following command
git clone https://github.com/chiragdp/school-board-ng.git
cd school-board-ng
npm install
now there is 2 way of running this project
this project comes with script.sh
file which can be used to run the project very easily
simply run the following commands
chmod +x script.sh
./script.sh
it will run the project very easily
simply run the following command into your terminal
npm run start
npm run build:prod