Skip to content

singhTarunPal/inventoryService

Repository files navigation

Inventory Service

Description: Its a webservice to manage the inventory of books

Author: Tarun Pal Singh

Design: ITs a Microservice with Django and SQLite

Setting up env

  • InstallPython
  • Create virtualenv for windows
    • py -m venv Djano
  • Activate virualenv for windows
    • venv\Scripts\activate
  • Install Django on the enviroment
    • py -m pip install Django
  • Upgrading PIP
    • python -m pip install --upgrade pip
  • Install REST framework
    • pip install djangorestframework

Running Service

  • activate

  • python manage.py runserver

API

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published