mikekeda / pole_star

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pole Star

Python Software Engineer Assignment.

Running

docker-compose up

This command will build code container and download postgres container, start them, run tests, collect static, run migrations (create 2 tables and load initial data from positions.csv file) and start server.

After this app will be acceptable on http://localhost:8000

Create a superuser to check admin page:

python manage.py createsuperuser

Running the tests

python manage.py

Built With

Authors

  • Mykhailo Keda - Initial work - mikekeda

About


Languages

Language:Python 49.0%Language:HTML 25.6%Language:Shell 23.8%Language:Dockerfile 1.6%