A Result Management System using HTML, CSS, JavaScript , Node and using MVC Model.
• Two types of users can login to application by clicking a button on homepage.
• Students can enter their roll number and date of birth to view their result.
• Teachers can View all records, add new record, edit and delete the records.
- Signin/up to https://www.mongodb.com/cloud/atlas/register
- Create a cluster and connect it to your application.
- Refer to : https://www.section.io/engineering-education/nodejs-mongoosejs-mongodb/
- Do edit your password and desired database name in the connection string copied to app.js file.
- Open the project in Visual Studio Code.
- Go to toolbar --> terminal --> Open new terminal.
- Run "npm install" and "npm install -g nodemon" .
- Now to run the project --> Run "nodemon app.js" on terminal.
- Open URL "https://localhost:3000" on a browser.