Skip to content

Subscription services overview/comparison tool. Created using Python (Django), SQLite3 DB, and Vuejs (with Vuetify)

Notifications You must be signed in to change notification settings

AmmarHatiya/Ecom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Ecom

Subscription services overview/comparison tool created using Python (Django), SQLite3 DB, and Vuejs (with Vuetify). Filter the product catalogue using the search bar, and find more information on a product by clicking the Product Details button. Add product to cart by hovering over image and then clicking the Add To Cart button.

How to run (in this order)

Server Side (running on localhost:8000)

This is for the database (Django, SQLite3 DB)

cd .\api\EcomDjango\
python .\manage.py runserver

Client Side

npm install
npm run serve

Product Catalogue View:

image

Product Details View:

image

Search Results View:

image

About

Subscription services overview/comparison tool. Created using Python (Django), SQLite3 DB, and Vuejs (with Vuetify)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published