Newt-Tea / eMarket-MSU-Intro-to-SE_Group1

A Self Hosted E-Commerce Website built with Django python and SQLite database
1 stars 0 forks source link
e-commerce-project

eMarket-MSU-Intro-to-SE_Group1

Description and Objective

A locally hosted online shopping application built for Intro to Software Engineering at Mississippi State University. This program is designed as a locally hosted example of an e-commerce website.

Created By

Features

Techniques and Languages Used

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/Newt-Tea/eMarket-MSU-Intro-to-SE_Group1.git
  2. Navigate to the project directory:
    cd eMarket-MSU-Intro-to-SE_Group1
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Run the development server:
    python manage.py runserver

    Usage

    • Open your web browser and navigate to http://localhost:8000 to access the application.
    • Create a new account or login with an existing account to explore the features.

      Contributing

      This project is a closed contribution project. Contributions are limited to the designated group members. Please refer to the Contributing Guidelines for more details.