src
├── api
│ └── v1
│ ├── controllers # Express route controllers for all the endpoints of the app
│ ├── helpers # Application Helpers
│ ├── interfaces # Application Interfaces and Types
│ ├── middlewares # Express middlewares
│ ├── models # Application data models
│ ├── repositories # All the database interaction logic is here
│ ├── routes # Application routes / endpoints
│ ├── services # Application services
│ └── validators # API Request object validations
├── server.ts # Application entry point
└── tests # Server tests
-
Notifications
You must be signed in to change notification settings - Fork 0
License
moonshotcollective/quadratic-sandwich-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published