โ๏ธ Clean Architecture Todo Example
๐ 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