Skip to content

prabhjotschugh/MNPJ-Creations-eCommerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNPJ Creations eCommerce Website

It is an e-Commerce Website built using Django. In the website, user can see various products, create an account and order the products. The payment method that I have integrated in the website is Paypal, and also, C.O.D can be used to confirm the order.

On the admin's panel, the administrator can add products, see the user details, and process the orders.


Live Link - https://prabhjotschugh-mnpj-creations-ecommerce.onrender.com/


Live Demo

Live.Demo.mp4

Running this project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

About

It is an e-Commerce Website built using Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published