A working-level NestJS template!
- Install libraries using yarn
yarn
- Setup MySQL with Docker
docker-compose up -d
- Copy
.env.template
to.development.env
and add values - Run your app
yarn start:dev
- Enjoy your coding! (you can find swagger at http://localhost:3000/docs)