Djano REST E-Commerce API with stripe payment integration
- Product
- Category
- Cart
- Discount
- Authentication Sign up / sign in. JWT
- Swagger DOCs
- Stripe Payment
$ git clone https://github.com/AinaEmmanuel/ECommerce-API.git
$cd Ecommerce-APi
$ virtualenv myenv
$ source myenv/bin/activate
copy all variables from env_example.txt to .env and fill appropriately
$ docker-compose build
$ docker-compose exec app python manage.py migrate
$ docker-compose up