This project was developed following Hotmart's "Arquitetura Limpa na Prática" classes of Otávio Lemos.
- Clean Architecture
- TDD
- SOLID
git clone git@github.com:filipe1309/twd-clean-arch-api.git
cd twd-clean-arch-api
npm run dev
docker-compose up
Access http://localhost:5001/api/register Send a POST request with the following body:
{ "name": "John Doe", "email": "john.doe@test.com", }
After up the container:
npm run test
npm run test-unit
npm run test-integration
npms run test-verbose
Done with ❤️ by Filipe Leuch Bonfim 🖖
@ Generated with ShubcoGen Template™ 0.0.1