http://34.131.45.81/
ec2-13-229-56-73.ap-southeast-1.compute.amazonaws.com
All contributions are much welcome and greatly appreciated! Expect to be credited for you effort.
Python, Django, Django Rest Framework, Vue, Vuex
EC2 free-tier
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,
Add Permanent Address, Email configuration
Before you submit a pull request, check that it meets these guidelines:
-
All the pull requests are made against
master
branch. -
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.
- 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 withflake8
. - And always remember the Zen of Python.
Minimum requirements: pip, python3.7, setup is tested on Linux Ubuntu 20.04 only.
Anything in master is always deployable.