Skip to content

AnatolyBuga/heritage-api2

Repository files navigation

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

About

Heritage Backend using Django and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published