Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

kentaro-m/clean-architecture-todo-example

Repository files navigation

☑️ 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published