Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.51 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.51 KB

Binary Exploits - backend

Running

Create .env based on .env.template and configure environment variables. Then run following commands:

pipenv shell
pipenv install --system --deploy
python manage.py runserver 8000

Backend will be available at: localhost:8000

Admin panel: localhost:8000/admin

For production use for example gunicorn server (see Dockerfile and Procfile)

API Reference

API

Screenshots

Panel

Tasks

Built with

Team


Albert Gierlach

Kamil Koczera

Jacek Nitychoruk

This project was created as our engineer's thesis.