This project is about SCHOOL MANAGEMENT SYSTEM (SMS) in which we have tried to build a management system for school such as to assign classe to teachers and students and registering students in the school web portal.
To run tests, run the following command
npm run devStart
Insert gif or link to demo
Client: Ejs, CSS3, Bootstrap5
Server: Node, Express
Clone the project
git clone https://github.com/harsh-9389/wep
Go to the project directory
cd wep
Install dependencies
npm install nodemon express express-flash express-session body-parser passport
Start the server
npm run devStart