bouzenaali / projetBDD

VINTAGE, a marketplace for buying and selling second hand products

Home Page:https://vintageproject.azurewebsites.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VINTAGE, a marketplace for buying and selling second hand products

https://vintageproject.azurewebsites.net

License:MIT License


Languages

Language:Python 61.9%Language:HTML 38.1%