The backend codebase for the RFID-based Wireless Inventory Management System.
This project was developed as a part of the Electronic Design Lab (EE344) course of Electrical Engineering Department, IIT-Bombay by group MON-13.
WINDOWS
pip install virtualenv
virtualenv venv
To activate the virtualenv
./venv/Scripts/activate
To get dependencies
pip install -r requirements.txt
LINUX
./getdependencies.sh
On making database related changes. Might have to perform it before the first run.
python manage.py makemigrations
python manage.py migrate
WINDOWS
python manage.py runserver
LINUX
./runserver.sh
To make the .sh
scripts executatable
chmod +x <filename.sh>
- Abhijat Bharadwaj (@Keymii)
- Ananya Chinmaya (@ananyachinmaya)
- Animesh Kumar (@KeeengPin)
- Shounak Das (@shounakd56)