/projetBDD

VINTAGE, a marketplace for buying and selling second hand products

Primary LanguagePythonMIT LicenseMIT

Vintage

  • An online marketplace where people can buy and sell second hand products built with django and SQL.
  • This is a Database project
  • This is a team project

Team

Getting Started

Installation

  1. Clone the repo
git clone https://github.com/bouzenaali/vintage.git
  1. create a venv
python -m venv venv
  1. activate your venv for windows
venv/scripts/activate

for linux or macOS

source venv/bin/activate
  1. download the requirements
pip install -r requirements.txt
  1. Run the server
python manage.py runserver
  1. Access the application in your web browser at http://localhost:8000