Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T19:10:20.000Z (over 2 years ago)
- Last Synced: 2024-10-11T06:41:27.421Z (25 days 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: 6
- 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