Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 378 Bytes

spring-restaurant-app

Restaurant app backend made with Spring

Main purpose of this project is to learn Spring, REST API design, communication between microservices, MongoDB and testing (unit and integration).

ToDo:

  • register service (done)
  • email sender (done)
  • authentication (done)
  • authorization
  • menu (on-going, menu-service branch)
  • orders
  • tests! (not done D:)