Skip to content

Gesare5/store-management-python-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages