This is going to be a gadget-shopping website clone with custom modifications and changes in layouts. Liquid Motions take the User-Experience one step further. The website is linked to a database and can store quite some amount of data like:
- The Login/Register details of the users, which can be used to retreive data anytime,
- The items added to cart by individual users,
- Address Book to manage office and home addresses along with the time of day when they can be contacted.
STACK USED:
- Django 3.0 for Request-Handling
- HTML/CSS/Javascript for User-Interaction
PRE-REQUISITES:
- Python
- Django must be installed in your machine. You can also create a virtual environment for development purposes. (not compulsory).
INSTALLATION STEPS:
- Clone the repository to your specific target folder
- Open Terminal/Command Prompt in the root folder
- run the following 3 commands in the specific order:
- python3 manage.py makemigrations
- python3 manage.py migrate
- python3 manage.py runserver
This should open up this website at your localhost:8000 , or whatever port you've configured your machine to be targeted at.