- Stripe backend ( python ) frontend ( javascript )
- Invoice
- Order
- Add to cart
- Sign-in
- Sign-up
- Redirect to previous page (In login and in some others pages)
- Email verification of 6 digits code on sign-up
- Add/edit/delete (Billing Address)
- HTML style bootstrap 5 (no css hardcoded)
- and more ...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
1 - download or copy the repository and extract the project
2 - run cmd in the project root
3 - create virtual environment
python -m venv enva
4 - activate the virtual environment
enva\Scripts\activate
5 - install the requirements
pip install -r requirements.txt
6 - create superuser
python manage.py createsuperuser
done.
- Hat tip to anyone whose code was used
- Inspiration
- References