Node based Student Result Management Web Application
Here is the deployed version (If you wanna check it out)
https://view-gem.herokuapp.com/
PS: This is still under development, If you find a bug π be sure to raise an Issue.
Description: A Node Application to track and monitor, store result of individual Undergrad Students in mongoDB and generate individual report for them. ( Yikes! If you're a student, Sorry buddy π
).
You will need to have Node Js and Mongo DB pre-installed before you run this application.
License: Open to anyone who wants to mess around.
The template for the excel to be in (This is absolutely necessary)
To get Started:
Clone the repository using the command on the terminal
git clone https://github.com/rajcrk/my-view.git
Install the dependecies by using the command with the project folder as directory
npm install
Start the server by
node app.js