run from root folder with:
docker-compose up
runs on port 80 - http://localhost
run linter (flake8)
docker run --rm studentjobs_backend bash -c "flake8"
Anybody is more than welcome to create PR if you want to contribute to the project.
If you don't have a lot of ideas but still want to contribute, we have a list of ideas in TODO.md, you can start there!