Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 427 Bytes

SERVER CLEAN ARCHITECTURE

This is the server of Marine's Recipe in clean architecture

alt text

The server is divied in 2 parts :

  • the core with the business part that will NEVER change
  • the adapters that allow to implement our business logic

More information to follow...

Runs the app in the development mode

npm run start:dev