Loading repository data…
Loading repository data…
nikhilyadvv / repository
Jewelry Shopping Website as Class Project for Web Development (Apr-2024). This is an elegant and interactive website offering a curated collection of exquisite jewelry pieces, gifts and boasts functionalities like browsing jewelry collections, adding items to the cart, login/signup made using Django.
This is a simple e-commerce website built with Django (Python).
I've made this as a "Jewelry Shopping Website".
1. Create a Folder where you want to save the project
2. Create a Virtual Environment and Activate
Install Virtual Environment First
$ pip install virtualenv
Create Virtual Environment
$ python -m venv venv
Activate Virtual Environment
$ source venv/scripts/activate
3. Install Requirements from 'requirements.txt'
$ pip install -r requirements.txt
4. Add the hosts
ALLOWED_HOSTS = ['*']
5. Now Run Server
$ python manage.py runserver
6. Login Credentials
Create Super User (Admin)
$ python manage.py createsuperuser
Then Add Email, Username and Password