The project is based on NodeJs, Express and MongoDB. You need to make sure that you have compatible versions of node/yarn, npm and mongoDB installed. CSS is used as the stylesheet here.
Clone the repository
https://github.com/Grumpyyash/MediFast-Innovate_NSUT.git
You will need to have npm CLI installed into your system
Cd into the project
cd MediFast-master
Install All Dependencies
npm install
Replace the mongoDB URI on app.js to your database link
or, run the following command to run local mongo server
mongod
Serve the Project on localhost
npm start
Your site must be visible at
http://localhost:3000
Drop a mail at yashvardhan513@gmail.com
and I will be more than happy to help you :)