It is an app that allows the user to find a certain meal and the restaurant that offers this meal and give users more details about the restaurant.
- As a user I can SignUp .
- As a user I can LogIn.
- As a user I select food.
- As a user I can see all the restaurants that offer the selected food and I can choose one of them.
- As a user I can see the whole details about the selected restaurant.
- Front-End : React
- Back-End : nodejs ,express, express route.
- DataBase : MongoDB
- Deployment : Heroku
- Authentication : JWT
- Design : Material UI
- backend files
- frontend files
- README.md
-
Clone this repo (https://github.com/FoodDose/FoodDoseRepo.git)
-
Open your terminal .
-
Put in terminal : npm install.
-
Then put in terminal : npm start to run the server.