This is an eCommerce website created using the Django Web framework.
- User registration and authentication
- Shopping cart for both registered and anonymous users
- Responsive design
Clone Project
$ git clone https://github.com/vrrao01/e_commerce.git
$ cd e_commerce
Create Virtual Environment
Make sure you have already installed pipenv
$ pipenv install --python=3.8 -r requirements.txt
$ pipenv shell
Migrate
$ cd Ecommerce
$ python manage.py makemigrations
$ python manage.py migrate
Run Server
$ python manage.py runserver
Enter http://127.0.0.1:8000/ on your browser
- Payment Integration
- Allow sellers to add their products
- AJAXify the website