Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 745 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 745 Bytes

BidBuddy

BidBuddy is a marketplace where buyers and sellers can buy and sell items with an integrated bidding system.

Requirment

  • Node 18.15.0

Tools Used

Project Setup

Access project folder and and download dependencies

cd BidBuddy
cd Frontend
npm install

Start Project in Development Environment

npm run dev

Build Vite Project

npm run build

Preview Vite Project

npm run preview

Backend

Build and Start All Docker Containers

docker-compose up -d

Stop All Docker Containers

docker-compose down