E-Commerce-API using Django Framework

Requirements

  • Python 3.6
  • Django 2.0.2

Installation

  • Clone the repository
git clone https://github.com/HagarAbdelzaher/E-Commerce-API.git
  • Create a virtual environment and activate it
python3 -m venv .venv
source .venv/bin/activate
  • Install the requirements
pip install -r requirements.txt

Usage

  • Run the server
python manage.py runserver