The repository is template for starting project with "boilerplate-typescript-fastify-clean-architecture" by develop CRUD for TODO APIs.
note:
- Explain about defination of clean architecture will come soon.
- Now, testing coverage is not 100%.
npm install
docker-compose up
# or
npm run dev
# or
npm run build
npm run start
npm run test
npm run test:postman