A minimalistic NodeJS based Typescript, Expressjs and TypeORM boilerplate app generator
- Minimal setup to get started
- Typescript based express app
- TypeORM support
npm install -g ts-express-orm
then run
tseo
After files are created inside your project folder:
change directory to this folder and run npm install
to get started.
- MSSQL
- MySql
- Sqlite
- CockroachDB
- Postgres
- Oracle
- MariaDB