Sreenathkk00 / PawsomePicks_E-com

MIT License
1 stars 1 forks source link

PawsomePicksome

Pawsome Picksome - E-commerce Pets Product Purchasing Website

Pawsome Picksome is an e-commerce website dedicated to pet products, allowing users to browse, purchase, and manage their pet-related purchases conveniently. The website is built using Python and Django framework, with front-end development using HTML, CSS, and JavaScript (Bootstrap for responsive design). It includes various features such as user authentication, payment integration with Razorpay, PostgreSQL database for data management, and several user-centric functionalities like wishlists, cart management, order status tracking, and more.

Features

Technologies Used

Installation

  1. Clone the repository:

    
    git clone https://github.com/Sreenathkk00/Ecommerce_project01.git
  2. Install dependencies:

    
    pip install -r requirements.txt
  3. Configure PostgreSQL database settings in settings.py.

  4. Apply migrations:

    
    python manage.py makemigrations
    python manage.py migrate
  5. Create a superuser for admin access:

    
    python manage.py createsuperuser
  6. Run the development server:

    
    python manage.py runserver
  7. Access the application at http://localhost:8000/.

Usage

Contributing

Contributions are welcome! Please follow GitHub's guidelines for pull requests.

License

This project is licensed under the MIT License.