Skip to content

srikanth-s2003/shopmax-render

Repository files navigation

ShopMax: E-Commerce Platform

ShopMax is a user-friendly and responsive e-commerce platform built using Django. It allows users to browse, search, and manage a cart of electronic products seamlessly.

Live Demo

The project is live and accessible at: ShopMax on Render


Features

  • Product Listings: Organized categories for easy navigation.
  • User Authentication: Secure registration and login functionality.
  • Responsive Design: Ensures compatibility across devices.
  • Product Search & Filters: Helps users quickly find desired items.
  • Cart Management: Add, update, or remove products with ease.

Tech Stack

  • Backend: Django (Python)
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite (default for development)
  • Deployment: Render

Installation

Follow these steps to set up the project locally:

  1. Clone the Repository:

    git clone https://github.com/srikanth-s2003/shopmax-render.git
    cd shopmax-render
  2. Create a Virtual Environment:

    python -m venv env
    source env/bin/activate   # On Windows, use `env\Scripts\activate`
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Run Migrations:

    python manage.py makemigrations
    python manage.py migrate
  5. Start the Development Server:

    python manage.py runserver

    Access the app at http://127.0.0.1:8000/ in your browser.


Future Enhancements

  • Payment Gateway Integration: Enable secure online transactions.
  • Deployment Improvements: Optimize for scalability and performance.
  • Additional Features: Wishlist, order tracking, and reviews.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix.
  3. Commit your changes.
  4. Push the branch and submit a pull request.

Contact

For any queries or suggestions, feel free to reach out at:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published