Skip to content

mikewolfxyou/Dishes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business description

Design a data model of the menu and/or the dishes.A dish should contain:

  • name
  • short description
  • price
  • category (starter, main course, dessert, beverage, ...)
  • when it is available based on time of day (breakfast, dinner, lunch, weekdays/- ends)
  • it should be able to deactivate a dish, for example when it’s sold out
  • how long the guest approximately has to wait for the dish after they order

Create a REST API

  • Use .Net Core C# as application language
  • Use MongoDB as data modeling and store
  • Read menu of a restaurant
  • CRUD restaurant
  • CRUD dish

Development

  1. First build dishes api image:
docker build -t dishes -f docker/dishes.Dockerfile .
  1. Run docker-compose
docker-compose up
  1. Use browser open localhost:5000/swagger or use Postman import Postman Collection in asset folder
  2. First create a restaurant. After that query menu with the returned restaurant id, in this moment the dishes array is still empty
  3. Create dishes which belongs to the restaurant
  4. Then query menu with the restaurant id, the restaurant information and dishes information will be included.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published