A project for GDSC
team Members:- Vivek Kumar Monisha Gupta
Tech Stacks:- Node js, Express js, MongoDB, Map Api
HungerFreeZone
Getting Started Prerequisites, Node.js, NPM (Node Package Manager), MongoDB.
Installation 1.Clone the repo:- git clone https://github.com/Vivek7282/HungerFreeZone.git
2.Install NPM packages npm install
3.Set up MongoDB
You will need to set up a MongoDB database to store data for the project. You can use a cloud-based MongoDB service like MongoDB Atlas or set up a local instance of MongoDB.
Once you have set up your MongoDB database, create a .env file in the root directory of the project and add the following line:
MONGODB_URI=<your_mongodb_uri> 4. finally to start the project:-
npm run start