marquesds / complainio

Service to register and retrieve complains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

complainio

Service to register and retrieve complains.

Build Status Coverage Status

Complain

Documentation

You can see how to use complainio's API here. If you use Postman, you can import all requests here.

Install and Run

$ docker-compose up -d

Get API Key

$ docker ps
$ docker exec -it your_docker_container_id /bin/bash
$ cd usr/complainio/
$ source .venv/bin/activate
$ python manage.py generate_api_key -u your_user

Run Unit Tests

$ make test

Generate Coverage Report

$ make coverage

Generate Vulnerabilities Report

$ make bandit

About

Service to register and retrieve complains.


Languages

Language:Python 97.5%Language:Dockerfile 1.5%Language:Makefile 1.1%