https://github.com/ashita-agarwal/result-management-application
A Result Management System using HTML, CSS, JavaScript , Node and using MVC Model. Teacher and student can login to update and check the Result respectively. For Database , MongoDB Atlas is used.
https://github.com/ashita-agarwal/result-management-application
ejs express html-css mongoose-schema nodejs nodemon
Last synced: 11 months ago
JSON representation
A Result Management System using HTML, CSS, JavaScript , Node and using MVC Model. Teacher and student can login to update and check the Result respectively. For Database , MongoDB Atlas is used.
- Host: GitHub
- URL: https://github.com/ashita-agarwal/result-management-application
- Owner: ashita-agarwal
- Created: 2022-01-14T17:15:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T06:37:43.000Z (over 1 year ago)
- Last Synced: 2025-07-20T21:40:46.301Z (about 1 year ago)
- Topics: ejs, express, html-css, mongoose-schema, nodejs, nodemon
- Language: EJS
- Homepage:
- Size: 39.1 KB
- Stars: 24
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Result-Management-Application
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.
# Setup Guide
## Database
1. Signin/up to https://www.mongodb.com/cloud/atlas/register
2. Create a cluster and connect it to your application.
3. Refer to : https://www.section.io/engineering-education/nodejs-mongoosejs-mongodb/
4. Do edit your password and desired database name in the connection string copied to app.js file.
## Backend
1. Open the project in Visual Studio Code.
2. Go to toolbar --> terminal --> Open new terminal.
3. Run "npm install" and "npm install -g nodemon" .
4. Now to run the project --> Run "nodemon app.js" on terminal.
## Frontend
1. Open URL "https://localhost:3000" on a browser.
# Screen-Shots
## Project Structure

## HomePage

## Teacher Login

## Teacher dashboard

## View All Students Result

## Add student result

## Student Login