Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.44 KB

GDSC-Final-Assessment

Create an API that manages the menu order for a restaurant.

Prerequisites

Simple Mode

  • Users can create an account with:
    • full name
    • email
    • 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.

Hard Mode

  • Allow Admins to upload and store images for each menu.

How to pick what to work on

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.

Time Duration

7 days

Submission

  1. Your API endpoints should be well documented in POSTMAN.
  2. Code should be hosted on a git repository, Github preferably.
  3. The API should be hosted on a live server (e.g. https://heroku.com)
  4. Share with us through email the:
    • Repository
    • Hosted API URL
    • Postman Collection