An open API service indexing awesome lists of open source software.

https://github.com/ujjalacharya/typeorm-express-typescript-boilerplate

TypeORM, Express, Typescript boilerplate code
https://github.com/ujjalacharya/typeorm-express-typescript-boilerplate

boilerplate expressjs node-api nodejs postgresql sql typeorm typescript

Last synced: 9 months ago
JSON representation

TypeORM, Express, Typescript boilerplate code

Awesome Lists containing this project

README

          

# 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
3. Run `npm run dev` command for development