It is a django web app as well as api for ecommerce web app. I is made with django rest frameword and django web framework.
- First Clone this repo
git clone https://github.com/yashgo0018/django-ecommerce
- Change into the project directory
cd django-ecommerce
- Create a Virtualenv and the project directory
virtualenv env
- Activate the virtualenv
source env/bin/activate
- Install the project Dependencies
pip install -r requirements.txt
- Make The Migrations To the database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
-
Change the razorpay credentials in the settings file
-
Spin Up The Django Developement Server
python manage.py runserver
Now You Are all set and the server Is Running on the url http://localhost:8000 and can create the products from django admin.