Rest api made with django rest framework which provides suits of various brands and multiple information about them
docker-compose build
docker/init
Api server then will be available on localhost:8000
Enter in the suits_web container and from here launch
./manage.py test
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics