/alprou-backend

📔⚙️ Habits tracker app. (backend)

Primary LanguagePython

Django CI

Alprou (backend)

screenshot

Description

Backend server for Alprou.

Installation

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