Install all required nodes
npm installStarts the backend: localhost:3000 Provides endpoints like /api/open-booster and /api/collection.
npm startRuns on http://localhost:5173. Proxies API requests to the backend at http://localhost:3000.
npm run devOpen the app on localhost:5173
Install PostGreSQL
- make the password 'admin'
- don't change the port