Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 644 Bytes

Run

  • To start: npm start
  • To build: npm run build
  • To deploy: Copy dist folder and deploy this folder with pm2 or anything like that
  • Note: Change your configuration before starting the app, open ormconfig.json and .env to check the MYSQL configurations

Source code

.

├── src
│   ├── constants
│   ├── controllers
│   ├── entities
│   ├── interfaces
│   └── middlewares
│   ├── routes
│   ├── services
│   ├── types
│   └── utils
│   └── app.ts
│   ├── server.ts
└── test
└── README.md (The main readme)