Table of Contents
This project contains a Dockerfile to work with Django, Celery, pgAdmin, PostgreSQL, and Redis. In addition, it consists of about three APIs to be able to log in, and sign up users with tokens to subsequently be able to access information. All this with Swagger documentation in order to have greater visibility of the REST APIs created.
This project uses the following language and frameworks:
In this section you will find what you need to set up the project locally. To get a local copy up and running follow these simple example steps.
You need Docker and build the docker compose yml to create the project image.
- Download Docker
- Clone the repo
- Build the Docker image
You can see all the existing endpoints in the Swagger documentation