/template-projeto-selecao

Template usado para os projetos de código nas entrevistas

Primary LanguagePythonMIT LicenseMIT

quem-foi-para-o-mar

Projet with details of fisherman that left to work in the sea.

Running the project

  • Docker on linux

Open prompt in the root of project and execute the following commands:

docker-compose build
docker-compose run web python manage.py createsuperuser
docker-compose up

Tests

  • In root DIR, open console and run:
python manage.py test