This repo will contain webD projects made by our awesome club members. This project contains code for online feedback system developed for our university by WebD club of DSC GGV.
- Go to server directory and run
npm install
- Install Nodemon by using the following command
npm i nodemon
- Run Server by
nodemon server.js
- Create
config.env
in server directory - Create a veriable DATABASE and initiate it with your MongoDB connection uri string
DATABASE=Your_MongoDB_Connection_URI