Skip to content

An Ecommerce API which have all the necessary feature required for an Ecommerce app

Notifications You must be signed in to change notification settings

adith-p/eCommerce-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommmerce API

First Clone the repository

git clone git@github.com:adith-p/eCommerce-API.git

Create a virtualenv

  • Win
    python3 -m venv venv
    
  • Linux
    virtualenv venv
    
    Note: Activate the venv

Install the requirements

pip install -r requirements.txt

Run migrations

python manage.py migrate

Run server

python manage.py runserver

Note:

  • goto: 127.0.0.1:8000/api/v1/swagger/ For documentation
  • The debug mode is on

About

An Ecommerce API which have all the necessary feature required for an Ecommerce app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages