Skip to content

irAbs174/inventory

Repository files navigation

Inventory system

Version: 0.0.1 with python3 and django

#Install

👉 Download the code

$ git clone https://github.com/irAbs174/inventory.git
$ cd inventory

👉 Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

👉 Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

👉 Create the Superuser

$ python manage.py createsuperuser

👉 Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Communication

mail: damerchiloa@gmail.com github: @irAbs174

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published