Skip to content

DavidUsyu/Data-Relationship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

E-Commerce Django Project

Description

This project implements a basic E-Commerce system in Django with two models:

  1. Customer: Represents a customer with name and email.
  2. Order: Represents an order placed by a customer, including order_date and total_amount.

Setup Instructions

Prerequisites

  • Python 3.x
  • Django 4.x
  • Git

Installation

  1. Clone the repository:
    git clone <repository_url>
    cd <repository_folder>

2.Create a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

3.Install dependencies:

pip install -r requirements.txt

4.Apply migrations:

python manage.py migrate

5.Run the development server:

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages