Mo Tech test

this is a test for Mo Technology company

How to run the project

clone the project

git clone git@github.com:NicoRLasso/Mo_tech_test.git

create a .env file

cp .env.example .env

build the project

docker-compose build

run the project

docker-compose up

create a super user

docker-compose run django_backend python /app/src/manage.py createsuperuser

go to swagger documentation

http://localhost:8000/api/docs

run the tests

docker-compose run django_backend python /app/src/manage.py test

or you can run the bash

./test