Skip to content

rudyapollo/django-ecommerce-api

Repository files navigation

Django Ecommerce API

An E-commerce API built using Django Rest Framework.

Basic Features

  • Basic E-commerce features.
  • Custom permissions set for necessary endpoints.
  • Payment integration using Stripe.
  • Documentation using DRF Spectacular
  • Dockerized for local development and production

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages