- ReactJS (ES6)
- react-router (Single Page Application)
- bootstrap
source files in Web App/
folder
NodeJS
(ES6)Express
MongoDB
source files in App Service/
folder
- Change config/config.config.env to config/config.env
- Add your JWT secret and MongoDB URI
- Before launching the App, Create a .env file in FrontEnd\QuickFoodDelivery.
- Launch Backend App then keep REACT_APP_NodeJS_ServiceURL = http://localhost:XXXX this line in .env file which is in Front End.
Note: REACT_APP_NodeJS_ServiceURL should be your Backend App Hosted url or Backend Local URL.
- FrontEnd part: cd FontEnd/QuickFoodDelivery/src/
- Run npm install to install dependencies
- Run npm start for development
- BackEnd part: cd BackEnd/restaurant-api/
- Run npm install to install dependencies
- Run npm run dev for development