Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 496 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 496 Bytes

Home Inventory Backend

Installation

Clone

    https://github.com/Floran-Github/Home-Inventory-backend.git

Download libraries

    pip install -r requirements.txt

Migrate the database

   python manage.py makemigrations
   python manage.py migrate

Create the superuser

    python manage.py createsuperuser

Run Django on localnetwork

    python manage.py runserver 0.0.0.0:8000