This is the backend of the Heritage web app.
git clone https://github.com/AnatolyBug/heritage-api2.git
pip3 install -r requirements.txt python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser python3 manage.py runserver