/heritage-api2

Heritage Backend using Django and PostgreSQL

Primary LanguagePython

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