Ecommerce is a Django with Ajax project that provides a feature-rich Ecommerce website.This project will be a fully functional eCommerece website with user and guest checkout capabilities.
- User/Guest Checkout: integrate guest checkout ability along with user account.
- Ajax : Website has No-reload option.
- Python 3.x
- Django
-
Clone the repository:
git clone https://github.com/aminramezanni/ecommerce-django-ajax.git
-
Navigate to the project directory:
cd ecommerce-django-ajax
-
Install dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Open your browser and go to http://localhost:8000/ to view the application.
- Special thanks to Django and Dennis Ivy for making this project possible.
For any inquiries, please contact at [[email protected]].