A beginner-friendly repo for developing web app as part of hacktoberfest 2024
This repository contains the source code for an e-commerce shopping site. The site is built using the Django framework and features a variety of features, including
- Product catalog
- Shopping cart
- Checkout process
- Customer accounts
- Order management
- Admin panel
- Getting started
To get started, you will need to install the following software:
- Python 3
- Django
- PostgreSQL
Once you have installed the necessary software, you can clone this repository and start the development server:
git clone https://github.com/your-username/e-commerce-shopping-site.git cd e-commerce-shopping-site python manage.py runserver
You can then visit the site in your web browser at http://localhost:8000/.
If you are interested in contributing to this project, please take a look at the project's contribution guidelines. They will provide you with more information on how to get started.
This project is licensed under the Apache-2.0 license