Skip to content

A complete E-Commerce platform with features like user authentication , product listings , shopping cart order processing etc.. built using the Django Framework.

License

Notifications You must be signed in to change notification settings

SamuelJ70/E-Commerce

Repository files navigation

Instructions to Run the Application Locally :

  1. Navigate to the Desktop directory in the command prompt , create a python virtual environment using "python -m venv DJANGOENV".

  2. Activate the virtual environment using the command " DJANGOENV\Scripts\activate " . If you are using Linux / Mac then use the command " source DJANGOENV/bin/activate".

  3. Clone the git repository using the URL associated with this repository.

  4. Navigate to the cloned repository.

  5. Run the command " pip install -r requirements.txt " to install the required libraries for the functioning of the application.

  6. To run the application " python manage.py runserver "

About

A complete E-Commerce platform with features like user authentication , product listings , shopping cart order processing etc.. built using the Django Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published