Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 341 Bytes

Online Registrations

Project anatomy

 src
    └ app
       └ contracts
       └ use-case
    └ domain
    └ infra
       └ adapters
       └ config
       └ orm
          └ knex
       └ repositories
    └ interfaces
       └ controllers
    └ main
       └ index.js
 └ node_modules (generated)