Skip to content

Functionality of "Add to Cart", "Guest User", "Authentication" & "Cookies", etc with Django Framework.

Notifications You must be signed in to change notification settings

AhmedAli288/Ecom-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecom Site in Django

Pre-requisites

  1. Install Python
    sudo apt install python3
  2. Install virtual environment utility
    sudo apt install python3-venv
  3. Create a virtual environment
     python3 -m venv venv
  4. Setup an environment and run project (Activate virtual environment and install requirements and run development server)
    source .env

About

Functionality of "Add to Cart", "Guest User", "Authentication" & "Cookies", etc with Django Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published