/todo-list-api-drf

To do list api development using Django, Django Rest Framework and Docker.

Primary LanguagePython

To Do List API

Using Django and Django Rest Framework, I'm creating an api for taks and activities. If you would like trying this:

1.- First create the Docker image

$ docker build .

2.- Initialize docker compose:

$ docker-compose build 

3.- Run and up compose

$ docker-compose up

Run test:

$ chmod a+x tests.sh

And...

$ ./tests.sh