yarn
nx serve api
nx serve todolist
nx test api
nx test todolist
nx e2e todolist-e2e
- Nx
- TypeScript
- NestJS
- Angular
- Tailwind
- Cypress
- Jest
- NGRX component store
- NX was used as solution allowed to have a quick start with both backend and frontend
api-interfaceslib shares interfaces for todolist betweenapiandtodolist- To implement validation in
apiwas usedValidationPipefrom NestJS - In
apiwas implemented simplest storage strategy which uses runtime memory- To support database storage it's possible to implement and provide
DataProvider
- To support database storage it's possible to implement and provide
- Tailwind was used to quickly copy and reuse ready elements from Internet
- Instead of unit tests for Angular components and services - Cypress e2e tests

