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.
This is for the database (Django, SQLite3 DB)
cd .\api\EcomDjango\
python .\manage.py runserver
npm install
npm run serve