Backend server for Alprou.
git clone https://github.com/0djentd/alprou_backend.git
cd alprou_backend
git pull --recurse-submodules
pipenv install
Then create files named django_key
and db_config.py
.
pipenv shell
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver