Veronicart is a Django-based web-app that was created as a miniproject for my Academic term. It is a web-app I created with my friend Onkar for fun and to understand how ecommerce websites function.
Check the project live here
- Bootstrap Framework (Frontend)
- Python/Django, Javascript (Backend handling)
- SQLite Database (Built-in with Django)
- A pinch of nerd magic
- Install the latest version of Python
- Install the latest version of Django:
pip install django
- Clone this project using
git clone
command - Open a terminal/CMD and navigate to
Veronicart/home
and run the commandpython manage.py runserver
- Goto the link in the output shown in the cmd