$ git clone https://github.com/yusuf/marketapp
$ cd marketapp && docker-compose up -d
[1/3] Starting PostgreSQL...
[2/3] Starting Redis...
[3/3] Starting API server on :3001
$ cd frontend && npm install && npm run dev
✓ MarketApp running at http://localhost:5173