Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 1.85 KB

File metadata and controls

88 lines (66 loc) · 1.85 KB

NEOSTORE

NEOSTORE is an ecommerce website that allows users to browse products, add them to their cart, place orders, and track their orders.

Table of Contents

Features

  • 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

Technologies Used

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Installation

  1. Clone the repository:
git clone https://github.com/your-username/NEOSTORE.git
  1. Navigate to the project directory:
cd NEOSTORE 
  1. Create and activate a virtual environment (optional, but recommended):
python -m venv env
\env\Scripts\activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up the database
python manage.py migrate
  1. Collect static files
python manage.py collectstatic
  1. Start the development server
python manage.py runserver 

Open your web browser and visit http://localhost:8000 to access the NEOSTORE website.

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

Please ensure that your code adheres to the project's coding standards and includes appropriate documentation.

Documentation

  • Document any new features or significant changes to existing functionality.
  • Update the project's documentation if necessary.

Thank you for contributing to NEOSTORE!