Skip to content

WajahatKanju/ArtMart

Repository files navigation

E-Commerce App

License

Description

This is a private Django e-commerce app for managing an online store. It provides functionality for product management, user authentication, shopping cart, order processing, and more.

Features

  • User registration and authentication
  • Product catalog with browsing and searching
  • Product details, including images, descriptions, and pricing
  • Shopping cart functionality
  • Order placement and processing
  • User account management
  • Admin panel for site management

Technologies Used

  • Django: The web framework used for developing the app
  • Python: The programming language used for backend development
  • HTML/CSS: Used for frontend templates and styling
  • PostgreSQL: The database system used for data storage
  • Other libraries and frameworks as required (e.g., Django REST Framework, Bootstrap, etc.)

Installation

  1. Clone the repository:

  2. Change into the project directory:

  3. Create and activate a virtual environment: python3 -m venv env source env/bin/activate

  4. Install the dependencies:

  5. Set up the database:

  6. Run the development server:

  7. Access the app at http://localhost:8000 in your web browser.

Usage

  • Register a new user account or login with an existing account.
  • Browse the product catalog and view product details.
  • Add products to the shopping cart and proceed to checkout.
  • Complete the order by providing the required information.
  • Manage user account settings and view order history.

Contributing

Project is open for contribution

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For questions or inquiries, please contact:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published