Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 983 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 983 Bytes

Todo List

🚀 Technologies

This project was developed with the following technologies::

💻 Project

Create, Read, Update and Delete Todos endpoints.

To clone and run

To clone and run you will need Git, Docker and Docker-Compose

Clone and run the project

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

Config VSCode with libs

$ conda create -n todo python=3.8
$ conda activate todo
$ pip install -r requirements.txt
  • After that restart VSCode