Inventory Management system for equipments at ArIES
- 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