Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 767 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 767 Bytes

STORE MANAGEMENT API

This is an API built using DjangoRestFramework(DRF) for Store Management Project. Through it, a user can add and manage their stores and products.

Table of Contents

Installation

  1. Clone the repository:
 git clone https://github.com/Gesare5/store-management-python-django.git
  1. Create and activate a virtual env.

  2. Install required libraries:

 pip install -r requirements.txt

Usage

To run the project, use the following command:

./manage.py runserver

Features

  • User Register and Login
  • Create, View, Update and Delete Stores
  • Create, View, Update and Delete Store Products
  • User Authentication Using JWT