Skip to content

A simple E-commerce REST API developed with Django Rest Framework

Notifications You must be signed in to change notification settings

efocoder/ecommerce-rest-api

Repository files navigation

ecommerce-api

An Ecommerce API written in Django Rest Framework

Get Started

  • clone the project
  git clone git@github.com:efocoder/-ecommerce-api.git
  • Install Project dependencies
  pipenv install
  • Set up database in the settings file (the project uses Postgres, you can change it to suit you)

  • Run seed to populate the database with dummy data for testing

   pipenv shell
   python manage.py seed_db
  • Finally start the development server
      python manage.py runserver

About

A simple E-commerce REST API developed with Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published