This project is the frontend for MyFood, an application for food reservation. Here is the URL.
- /: Home page.
- /about: Information page about the Team.
- /login: Login page.
- /register: Registration page.
- /user: Page dedicated to registered users to create orders.
- /chef: Page dedicated to the chef with the orders to make.
- /admin
- Administration panel with sub-routes:
- /users: User management.
- /orders: Order management.
- /dishes: Dish management.
- /listorder: List of orders.
- /menus: Menu management.
- /slots: Time slot management.
- Administration panel with sub-routes:
This frontend communicates with the MyFood API to perform operations such as user management, order management, dish management, menu management, and more. Ensure you have access to the API and adjust the connection settings as needed. Here's the API