⚠️ This template is not ready yet.
Pending tasks:
- Error handling
- E2E testing
- Folder structure (refactor)
Cloned from Nest TypeScript starter repository and updated.
✨ Demo
- node 18.x
npm install
- Run the
docker-compose
file. It will run a Postgres container so you may use to develop and test locally.
docker-compose up -d
- Run the migrations to create the initial
users
table.
npm run migration:run
npm run start:dev
npm run test
npm run test:e2e
Please refer to
package.json
for more scripts to run.
👤 Olavio Lacerda
- Website: https://www.olavio.dev
- Github: @olaviolacerda
- LinkedIn: @olavio-lacerda
Give a ⭐️ if this project helped you!
- NestJS Documentation
- TypeORM Documentation
- A Step-by-Step Guide to Implement JWT Authentication in NestJS using Passport
- NestJS Unit Testing
- Testing in NestJS
- Advanced Testing in NestJS
- Testing NestJS Repo
This README was generated with ❤️ by readme-md-generator