Project Structure
The five major components:
Code managing the Web Server aspect of the application
Routing
Request Validation
Authentication
HTTP Configs
Code managing the Database
ORM Configuration
Migrations
Seeders
Code managing the Business Logic
External API communication
External Blockchain communication
Cron Jobs
Tests (ToDo)
Integration Tests
Unit Tests
Miscellaneous - Docker, Typescript, Node, Linter, ORM Configurations

Last updated