ezamlee / typescript-solid-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NODEJS ARCHITECTURE WITH SOLID PRINCIPLES

Running

1. Install Package

  • npm install
  • npm install -D @types/express @types/mongoose

2. Testing

npm run test

3. Run in development mode

npm run dev

4. Build

npm run build

5. Run in production mode

npm run start

Architecture

FLOW

Table

User
Task: User do task
Activity: Logging user action from event

Guide: update soon at https://mysolution.dev

About


Languages

Language:TypeScript 99.7%Language:Shell 0.3%