kentaro-m / clean-architecture-todo-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:TypeScript 88.5%Language:HTML 8.4%Language:CSS 1.8%Language:Dockerfile 1.3%