Inventory-Management-System

Synopsis

It is a spare parts inventory management system.

DOCS UI

Screenshots

Base Page

Features

  • Role based access control
  • Admin Panel for granular access
  • Sales and Purchase Departement as separate roles
  • Jinja Templating with appropriate message identifiers

Dependencies

  • Python
  • pip

Running

To Get Started - Clone this repo

git clone https://github.com/anukrati1507/Inventory-Management-System
  1. Creating a virtual environment

    virtualenv env

    In case you do not have virtualenv, you can install it using pip install virtualenv

  2. Activating the virtualenv

    For Windows

    .\env\Scripts\activate

    For Linux and Mac OS

    source env/bin/activate
  3. Installing the dependencies

    pip install -r requirements.txt
  4. To make migrations and migrate

    python manage.py makemigrations
    python manage.py migrate
  5. To run the server

    python manage.py runserver

Upon starting the server goto http:127.0.0.1:8000 to get to the landing page.

Contributors

Anukrati Saxena

Anukarati Saxena

GitHub LinkedIn

Made with ❤