⚠️ 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-composefile. 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
userstable.
npm run migration:runnpm run start:devnpm run testnpm run test:e2ePlease refer to
package.jsonfor 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