Project Structure
The Backend of Substrate Starterkit is an RESTful API built using NodeJS, Typescript and Express.
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
Core Substrate Node Generation Algorithm
Pallet Configurations
File Writing
External API communication
Tests
Integration Tests
Unit Tests
Miscellaneous - Docker, Typescript, Node, Linter, ORM Configurations
Last updated