Create an API that manages the menu order for a restaurant.
- Users can create an account with:
- full name
- phone number
- address
- password
- confirm password
- createdAt
- updatedAt
- Menu must consist of at least name, price, description. -CRUD functionaties for menus
- An Admin user type for managing all menu content. -Only Admin Users have access to change menus
- An order must consist of content of the order/description, total price, discount and any other feature you would think feasible.
- Allow Admins to upload and store images for each menu.
At minimum you must implement everything in simple mode. You're free to pick and choose what else you implement along side it. The harder the task, the better your chances. Though make sure to finish the Simple Mode first.
7 days
- Your API endpoints should be well documented in POSTMAN.
- Code should be hosted on a git repository, Github preferably.
- The API should be hosted on a live server (e.g. https://heroku.com)
- Share with us through email the:
- Repository
- Hosted API URL
- Postman Collection