@ibabkin/backend-template
v1.2.3
Published
## How to start
Downloads
8
Readme
seenons
How to start
- rename
.env.example
to.env
- rename
database.env.example
todatabase.env
- install docker client
- run
nvm use
- run
npm install
- run
npm run start:infra
- run
npm run db:migrate
- run
mkdir src/.generated
- run
npm run generate
- run
npm run watch:start:dev
- open http://localhost:3000