This project created for learning perpose, concepting clean architecture with javascript.
DB
- Database fileexample
- Example with framework to run architecturesrc/Web/Http
- Main web controllersrc/UseCases/Payload
- All Payload format of use casessrc/UseCases/UseCase
- Use case to run specificationsrc/Infrastructure/Gateway
- Gateway to operating between web and databasesrc/Infrastructure/Repository
- Repository to saving data via gatewaysrc/Domain
- Domain object contain aggregate
You can run with opening example folder, choose one of example and run it.