Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 549 Bytes

File metadata and controls

37 lines (27 loc) · 549 Bytes

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