Restaurant Menu App is coded with React. Bootstrap is used as CSS Framework.
- Clone the repo
git clone https://github.com/sertacgltkn/restaurant-menu-app.git
- Install NPM packages
BE --->>> npm install
FE --->>> npm install
Go to the project directory
backend ->>> \restaurant-menu-app\server>npm run dev
frontend ->>> \restaurant-menu-app>npm start
Client: React, Bootstrap
Server: Node, Express