food-explorer.mp4
Interactive menu for a fictional restaurant
Learn more »
About ·
Tech Stack ·
Local Dependencies ·
Run Locally ·
Contact
This is an end-to-end application with both front-end and back-end, simulating the process of ordering and registering a restaurant.
Food Explorer has two roles: the admin and the user.
The admin is the person responsible for the restaurant and can create, view, edit, and delete a dish at any time.
The user can view all registered dishes and, when clicking on a dish, will be redirected to a new screen with more detailed information about it.
Admin user access:
username: [email protected]
password: 123
User access:
username: [email protected]
password: 123
After downloading the repository, install the local dependencies of the project:
npm install
To run the project locally, simply run the command below:
npm run dev
This will automatically run a Web Service at the following address:
http://localhost:5173/
observations:
- To stop all services, just use the CTRL+C keys, which is the default terminal to kill processes.
If you want to contact with me you can reach me at Linkedin.
This project is free to use and does not contains any license.