ilitotor / brasil_prev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRASIL PREV - CHALLENGE PYTHON

API RESPONSES

Clone this repo:
git clone git@github.com:ilitotor/brasil_prev.git

Go to the project directory and build project container:
docker-compose up

To access the endpoints:
http://0.0.0.0:8000/api/v1/products/
http://0.0.0.0:8000/api/v1/clients/
http://0.0.0.0:8000/api/v1/carts/

TESTS

Run:
docker ps

Get the Container ID then run:
docker exec -ti <container id> bash

Then, inside the container execute: python manage.py test

About


Languages

Language:Python 96.9%Language:Dockerfile 3.1%