typeorm-express-typescript-boilerplate

TypeORM, Express, Typescript boilerplate code

Stars
5

TypeORM, Express, Typescript Boilerplate

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command for prod
  4. Run npm run dev command for development
Related Projects