Skip to content

Shubhashish-Chakraborty/Amazon_Order_Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

This is a Simple Django Project

Follow Along the mentioned Steps:

Clone This Repository:

git clone https://github.com/Shubhashish-Chakraborty/Amazon_Order_Sample.git

Create/Setup the Virtual Environment :

pip install uv
uv venv

Activate the Virtual Environment:

System Command
macOS and Linux source .venv/bin/activate
Windows .venv\Scripts\activate

Install Required Packages:


uv pip install -r requirements.txt


Move to the Project Directory:

>>> cd .\CART_MAIN\


Make Migrations:

python manage.py migrate

Create Superuser:

python manage.py createsuperuser

Give all the neccesary inputs

RUN THE SERVER

# Default PORT : 8000
>>> python manage.py runserver

# If you want to give your selective PORT:
>>> python manage.py runserver 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published