Skip to content

deborajanini/todo-challenge

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 2.1%
  • Shell 1.0%