- clone the repository :
git clone https://github.com/AyushPaudel/Inventory-Management-System.git
- create a virtual environment:
python -m venv VENV_FILES
- activate virtual environment:
./VENV_FILES/django/bin/activate
- install requirements:
pip install -r requirements.txt
- go to IMS folder:
cd IMS
- Run the server:
python manage.py runserver
The source code for the site is licensed under the MIT license, which you can find in the MIT-LICENSE.txt file. All graphical assets are licensed under the Creative Commons Attribution 3.0 Unported License.