Skip to content

P-15-MON-13-2024/ims-server

Repository files navigation

IMS-Server

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.

Installation instruction

1. Setup virtual env

WINDOWS

pip install virtualenv
virtualenv venv

To activate the virtualenv

./venv/Scripts/activate

To get dependencies

pip install -r requirements.txt

LINUX

./getdependencies.sh

2. Running the debug server

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

Note

To make the .sh scripts executatable

chmod +x <filename.sh>

Group Members

  1. Abhijat Bharadwaj (@Keymii)
  2. Ananya Chinmaya (@ananyachinmaya)
  3. Animesh Kumar (@KeeengPin)
  4. Shounak Das (@shounakd56)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published