https://github.com/yashjain2409/resultmanagementsystem
Web app for managing college results.
https://github.com/yashjain2409/resultmanagementsystem
bootstrap-4 ejs font-awesome html-css-javascript jquery-datatables mongodb nodejs
Last synced: about 1 year ago
JSON representation
Web app for managing college results.
- Host: GitHub
- URL: https://github.com/yashjain2409/resultmanagementsystem
- Owner: YashJain2409
- Created: 2022-01-20T16:23:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T19:10:20.000Z (about 4 years ago)
- Last Synced: 2025-01-31T22:24:08.082Z (over 1 year ago)
- Topics: bootstrap-4, ejs, font-awesome, html-css-javascript, jquery-datatables, mongodb, nodejs
- Language: JavaScript
- Homepage: https://college-results.onrender.com/
- Size: 10.5 MB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Result Management System
A web app for managing college results.
## Built with
- [node](https://nodejs.org/en/)
- [express](https://expressjs.com/)
- [bootstrap](https://getbootstrap.com/)
## Set up your local environment
fork [this](https://github.com/YashJain2409/ResultManagementSystem) repository
Clone the project
```bash
git clone https://link-to-project
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
node app.js
```
Credentials for admin
```bash
username : admin
password : admin
```
## ScreenShots