Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.28 KB

e_commerce_api

AWS CI Codacy Badge

e-commerce API built with Django Rest Framework.

Documentation

Check here for postman documentation.

Features

  • User registration and authentication
  • Product listing and management
  • Shopping cart
  • Order management
  • Payment integration
  • Staff / User management

Upcoming features

  • Shipping methods
  • Product reviews and ratings
  • Store creation and management (although, out of scope for an e-commerce)

Installation

You need to have docker and docker-compose installed on your machine.

Clone the repository and run the following command:

For development:

$ docker-compose -f docker-compose.dev.yml up --force-recreate --build

For production:

$ docker-compose up --force-recreate --build

This will start the Django server on port 8000.