https://github.com/omarreda22/digital-ecommerce
eCommerce Web App with Python and Serverless Postgres (neon)
https://github.com/omarreda22/digital-ecommerce
django docker neon serverless-postgres stripe tailwindcss
Last synced: 5 months ago
JSON representation
eCommerce Web App with Python and Serverless Postgres (neon)
- Host: GitHub
- URL: https://github.com/omarreda22/digital-ecommerce
- Owner: omarreda22
- Created: 2023-04-16T21:20:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T20:05:14.000Z (over 2 years ago)
- Last Synced: 2025-04-01T19:42:46.070Z (8 months ago)
- Topics: django, docker, neon, serverless-postgres, stripe, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital eCommerce
eCommerce Web App with Python and Serverless Postgres (neon)

## Technology Used
- Python/Django
- TailwindCSS/Flowbite
- Neon - Serverless Postgres
- Payment Processing with Stripe
- Docker
## Steps I followed to build this project
1. Setup project and install [pip - pip-tools - rav] and using rav.yaml to write some scripts to make commands easy
2. Setup neon serverless postgres and create a product model to test the database
3. Using ".env" file, Decouple, and Dj_Database_Url to make database information secure
4. Build signals for product model to handle slugs
5. Build forms and four function based views [product_list - product_create - product_update - product_details]
6. Build pretty templates with Tailwind and Flowbite
7. Making Product Images more protected using FileSystemStorage and create new MEDIA ROOT called PROTECTED_MEDIA_ROOT
8. build a new view to handle download product attachments then display this as a table in templates with some condition
9. Building formsets for product images then making this dynamically by JavaScript Creating orders model to handle purchase products then connect with stripe checkout API and integrate Stripe with our project then build new views to handle the purchase process
10. Integrate Stripe payment to our Django Models
11. Containerize the Django App with Docker