Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 391 Bytes

Heritage Backend

This is the backend of the Heritage web app.

Installation

    git clone https://github.com/AnatolyBug/heritage-api2.git
    pip3 install -r requirements.txt

Create DB

    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py createsuperuser

Run

    python3 manage.py runserver