Skip to content

earthcomfy/django-ecommerce-api

Repository files navigation

Django Ecommerce API

An E-commerce API built using Django Rest Framework.

Basic Features

Technologies Used

  • Django Rest Framework
  • PostgreSQL
  • Celery
  • Redis
  • Nginx
  • Docker
  • Stripe

ER Diagram

Here is the Entity-Relationship diagram generated using https://dbdiagram.io/

ER-Diagram

Getting Started

Clone this repository to your local machine and rename the .env.example file found in the root directory of the project to .env and update the environment variables accordingly.

$ docker-compose up
$ docker-compose exec web python manage.py createsuperuser

Navigate to http://localhost:8000/admin/