FoodForward is a revolutionary web application dedicated to reducing food wastage by facilitating the connection between restaurants with surplus food and NGOs or individuals in need. In today’s world, where food security remains a pressing issue, FoodForward serves as a bridge, ensuring that excess food from restaurants doesn’t go to waste but instead reaches those who need it the most.
The intuitive user interface of FoodForward makes it easy for restaurants to upload details about surplus food and for NGOs or individuals to request or claim available food items.
Before you begin, ensure you have Node.js installed on your machine. If not, you can download and install Node.js from here.
git clone https://github.com/Sathya-reddy1658/WEBHACK1-Project.git
If you are in the project folder, use:
code -r WEBHACK1-Project
Otherwise, navigate to the project folder and proceed to the next step.
\
(backtick)\
(backtick)npm i
npm i nodemon
3.Now copy the .env.example file and create the .env file:
Add the Secret_Stripe_key and paste the http://localhost:3000 in the BASE_URL to run in the Local machine
npx nodemon
npx nodemon
localhost:3000
By following these steps, you will have FoodForward up and running on your local machine, ready for you to explore and contribute.