Skip to content

ecsectioniitr/InventoryManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

626737a · Feb 21, 2018

History

55 Commits
Jan 29, 2018
Feb 21, 2018
Jan 29, 2018
Jan 29, 2018
Feb 21, 2018
Feb 1, 2018
Sep 29, 2017
Jan 26, 2018

Repository files navigation

InventoryManagement

Inventory Management system for equipments at ArIES

Setup Instructions

  • Clone the project locally and cd to the project root
  • Make virtual environment using virtualenv env
  • Activate the virtual environment using source env/bin/activate
  • Install python dependencies using pip install -r requirements.txt
  • Run python manage.py migrate
  • Run python manage.py runserver