- 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
- Clone the repo
git clone https://github.com/bouzenaali/vintage.git
- create a venv
python -m venv venv
- activate your venv
for
windows
venv/scripts/activate
for linux
or macOS
source venv/bin/activate
- download the requirements
pip install -r requirements.txt
- Run the server
python manage.py runserver
- Access the application in your web browser at http://localhost:8000