Resturants-Managementy:
our website is build for restaurants managers. They can get all the data stored in the database about the returants, chefs working at them and the meals they provide! Just click on the data he wants to get on the navigation bar. They also add these data by submitting the suitable form from the main page. Further more They have the ability to delete restaurants, chefs, meals!
You can check the live version out from HERE.
- --> HTML5.
- --> CSS3.
- --> JS.
- --> DOM Manipulation.
- --> NPM.
- --> GIT & GitHub.
- --> Jest Testing Library.
- --> Node.js
- --> Express.js
- --> Postgres SQL
- You can click the code drop-down menu above and copy the link to clone the repo
- Now go to your terminal and type:
git clone <the link here>
and then the repo will be cloned to your local machine. - By now you have to open your IDE -I recommend VSCode- and open the project.
- in your terminal type
npm i
. - npm start to start your server.