This demo website is made using HTML, CSS, and JS on the front-end, while the back-end is powered by Python and Django web framework hosted on a MySQL database.
(update the pip file accordingly)
- Python 3.x
- Django 4.x
- MySQL local instance
Check the settings.py file and note down the host user and password and port
Create a new user in your MySQL local instance with the above details and verify that the port used is the same.
Do the configurations as required, and then run using
python manage.py runserver