This is an E-commerce Django web application with a payment gateway integration.
- Clone the repository: git clone https://github.com/Anuj52/Ecommerce-app.git
- Navigate to the project directory: cd ecommerce
- Install dependencies: pip install -r requirements.txt
- Apply migrations: python manage.py migrate
- Run the development server: python manage.py runserver
- Access the application at
http://localhost:8000in your web browser.
- User authentication
- Product browsing
- Shopping cart management
- Secure checkout with payment gateway integration
- Django 4.2
- asgiref==3.6.0
- distlib==0.3.6
- filelock==3.9.0
- platformdirs==3.0.0
- sqlparse==0.4.4
- tzdata==2023.3
- Register an account or log in.
- Browse products or search for specific items.
- Add desired products to your cart.
- Review items in your cart and adjust quantities.
- Proceed to checkout and complete the payment process.
- Receive confirmation of your order via email.
Contributions are welcome! Feel free to open issues or submit pull requests.