Skip to content

Rest-API Backend to manage inventory items/goods in an organization, built using Django Rest Framework.

Notifications You must be signed in to change notification settings

VikasKumarRoy/Inventory-Manager-API

Repository files navigation

Getting started

  • Clone the repo
  • Setup your virtual environment

required python version 3.6 and above

pip install virtualenv
virtualenv mypython

Activate: source mypython/bin/activate
Deactivate: deactivate readmore

  • Install required libraries
    pip install -r requirements.txt

  • Create a local.py file in hardwareManager/settings and paste local.py.template with your credentials in it.

  • Apply migrations python manage.py migrate

  • Runserver python manage.py runserver

About

Rest-API Backend to manage inventory items/goods in an organization, built using Django Rest Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published