This is a small web application built to manage student results. It is a training assignment where Angular 16, and NodeJS(ExpressJS) frameworks are required to be used. It is designed to accomplish these tasks:
- Teacher login to add, view, edit, and delete student records.
- Student searches their results by providing a roll number which should match their date of birth.
- npm install
- ng serve -o
- npm install
- npm start
- or
- npx nodemon server
- NB: Teacher Login Password: P@55w0rd
- npm i express morgan ejs express-ejs-layouts body-parser dotenv mongoose axios
- npm install nodemon --save-dev