NEOSTORE is an ecommerce website that allows users to browse products, add them to their cart, place orders, and track their orders.
- Product browsing and search
- Product categories and filters
- Adding products to the cart
- Placing and managing orders
- Order tracking and status updates
- Contact for assistance
- Python
- Django
- HTML
- CSS
- JavaScript
- Bootstrap
- Clone the repository:
git clone https://github.com/your-username/NEOSTORE.git- Navigate to the project directory:
cd NEOSTORE
- Create and activate a virtual environment (optional, but recommended):
python -m venv env
\env\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Set up the database
python manage.py migrate
- Collect static files
python manage.py collectstatic
- Start the development server
python manage.py runserver
Open your web browser and visit http://localhost:8000 to access the NEOSTORE website.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Please ensure that your code adheres to the project's coding standards and includes appropriate documentation.
- Document any new features or significant changes to existing functionality.
- Update the project's documentation if necessary.
Thank you for contributing to NEOSTORE!