Ecommerce video game store with Stripe payment system connected, written in Python, Django as backend and CSS, JavaScript as frontend part
- Products
- Accounts
- Cart
- News
- Reviews
- Publishers and developers
- Purchase of products through Stripe API, using sessions
- Search for products in the database
- Extensive filtering of products by many criteria
- User authorization and registration, including registration and login through GitHub
- News that is added to the database through parsing of news websites
- Display of screenshots, trailers, and all full information on the product page
- Product reviews
- Calculation and display of the average product rating
- Option to add products to favorites or cart and display the number of people who added the product to their favorites
- Discount functionality
- Information about the localization of the product, its system requirements And much more!
- Design
- Layout
- Python
- Django
- HTML
- CSS
- JavaScript
- Docker
- Celery
- Redis
- Stripe API
- Django MPTT And others...
git clone https://github.com/MidnightRoam/django-stripe-payment
To deploy a project
docker-compose build
To start a project
docker-compose up
git clone https://github.com/MidnightRoam/django-stripe-payment
pip install -r requirements.txt
cd service
python manage.py migrate
python manage.py runserver