Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 668 Bytes

File metadata and controls

33 lines (24 loc) · 668 Bytes

SaoPerolasRest

Django Rest Framework based website for the brand São Pérolas®.

This project can be used as template to any E-Commerce website, you can simply change the product Model if you want and add or change features to it.

Prerequisites

For this project you'll need to install:

  • Python
  • Stripe
  • Django Rest Framework
  • MailJet
  • AWS S3

Installing

Installing the dependencies with pip

pip install djangorestframework
pip install stripe
pip install boto3
pip install django-storages
pip install mailjet_rest

Then to run the project simply do:

pip manage.py runserver

To deploy this project online I recommend using Heroku.