Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 372 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 372 Bytes

Todolist

How to use it

Requirements

One of the following

  • Docker
  • Python

Start the app

Docker

$ docker-compose up  -d

Python

Install the Library`s

$ pip install -r ./todolist/requirements.txt

Start the app

$ python ./todolist/main.py

Contribution

  • VetrixTV(Wilhelm Adam)