Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.49 KB

Ecommerce

http://34.131.45.81/ ec2-13-229-56-73.ap-southeast-1.compute.amazonaws.com

Contributing

All contributions are much welcome and greatly appreciated! Expect to be credited for you effort.

Technologies

Python, Django, Django Rest Framework, Vue, Vuex

Deployment

EC2 free-tier

Features

SignUp, LogIn, LogOut, Summer-Collection, Winter-Collection, Latest-Products, Search-Products, Add to Cart, Edit Cart, Remove from Cart, Stripe Payment(Use Card: 4242 4242 4242 4242), List Orders,

Features to be added

Add Permanent Address, Email configuration

Pull Request Guidelines

Before you submit a pull request, check that it meets these guidelines:

  1. All the pull requests are made against master branch.

  2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.md.

Coding conventions

  • Read and pay attention to current code in the repository
  • For the Python part, we follow black for formating code. Once you're ready to commit changes, format your code with black and check your code with flake8.
  • And always remember the Zen of Python.

Getting up and running

Minimum requirements: pip, python3.7, setup is tested on Linux Ubuntu 20.04 only.

Golden Rule:

Anything in master is always deployable.