This project was developed with the following technologies::
Create, Read, Update and Delete Todos endpoints.
To clone and run you will need Git, Docker and Docker-Compose
No seu terminal:
$ git clone [email protected]:Pubnic/todo-challenge.git
$ cd desafio-todo
$ docker-compose up
Go to http://localhost:5000/ --> {"status": "OK"}
and server will be working
$ conda create -n todo python=3.8
$ conda activate todo
$ pip install -r requirements.txt
- After that restart VSCode