1.2.3 • Published 13 days ago

@ibabkin/backend-template v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
13 days ago

seenons

How to start

  • rename .env.example to .env
  • rename database.env.example to database.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