/boilerplate-typescript-fastify-clean-architecture

boilerplate for starting backend with typescript + fastify + clean architecture

Primary LanguageTypeScript

boilerplate-typescript-fastify-clean-architecture

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%.

Installation - Todo APIs

npm install

Usage

docker-compose up
# or
npm run dev
# or
npm run build
npm run start

Testing

Unit test

npm run test

APIs test

npm run test:postman