Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

arvind-4/E-commerce-REST-API

Repository files navigation

E-commerce-REST-API

Get the Code

  • Clone Repo
mkdir ecommerce
cd ecommerce
git clone https://github.com/Arvind-4/E-commerce-REST-API.git .
  • Create Virtual Environment for Python
pip install virtualenv
python -m venv .
  • Activate Virtual Environment
source Scripts/activate
  • Install Dependencies
pip install -r requirements.txt
  • db migrations
python manage.py makemigrations
python manage.py migrate
  • Run Server
python manage.py runserver

Visit localhost:8000 .

Morty Proxy This is a proxified and sanitized view of the page, visit original site.