Skip to content

Simple E-Commerce website using Django and Postgresql

Notifications You must be signed in to change notification settings

danialb007/Online_Shop

Repository files navigation

Docs:

Simple E-Commerce created with django.

Features:

Creating user accoutns
Logging in and out
Adding and removing items to/from cart
Changing the count of items in the cart
Submiting reviews and ratings

Notes:

I didn't include the settings.py file since nothing is really changed in there.
You can start a django project, copy the settigns.py and paste it in 
the directory of this project, and modify the backend db engine to your
liking

I used postgresql database to handle the backend models but you can use other databases if you like,
but make sure you configure your database settings in settings.py.

I also included a simple "sql_test_products.txt" file so you can
copy paste it's lines into your sql based database to add some products.

About

Simple E-Commerce website using Django and Postgresql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published