/clean-architecture-todo-example

:construction: An implementation example of the Todo app using Clean Architecture.

Primary LanguageTypeScriptMIT LicenseMIT

☑️ Clean Architecture Todo Example

🚧 [WIP] An implementation example of the Todo app using Clean Architecture.

🎁 Feature

  • Add a task
  • Complete a task
  • Delete a task

▶️ Usage

# API
$ cd api
$ npm install
$ npm start

# App
$ cd app
$ npm install
$ npm start

Run the app on Docker

My configuration by using Docker is too slow to run the app (It takes time to build the app). I'm not sure why.

$ docker-compose build
$ docker-compose up

🎨 Class Diagram

📝 Licence

MIT