Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.63 KB

Student Lifecycle Management

Description

The lack of a master database to access a student’s entire life cycle poses several problems. The recruiters have to search all the different places to get a verified list of accomplishments of the applicants. To tackle that we have thought of building a web app with CRUD operations and various roles to keep track of the achievements and accomplishments of a student in one database that can be fetched anywhere with the unique id of the student for review.

image image image image image image image image

Setup

Add your mongoDB URI in .env and db.js file

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start