EatEasy is your go-to platform for ordering food online from your favorite restaurants, hassle-free.
These are the instructions to clone and run this project in your local machine for developement and testing purpose
- Node
- Git
- MongoDB
- First of all, Clone this repository & navigate to the directory
git clone https://github.com/chiragverma11/EatEasy_Food_Ordering_Website.git
cd EatEasy_Food_Ordering_Website
- Install the Dependencies
npm install
- First Create
.env
file in root directory using the following content and make changes if required.
PORT=8080
MONGO_URI="YourMongoDBuri"
TOKEN_SECRET="JwtSecret"
- Starting the Server
npm start
or
npm run dev
To add food items to database run
npm run menu
Edit items.csv
file under assets/csv
to change food items.
@chiragverma11 - Designing & Developement