- Node.js 18+ & npm
- MySQL (local or Cloud SQL via Proxy)
.envfile for Backend and (optional) Frontend
Run installation in each folder:
# 1) Backend
cd Backend
npm install
# 2) Frontend
cd ../Frontend
npm installcd Backend
# run migrations first
npm run migrate
# then start the backend
npm run startDefault URL: http://127.0.0.1:5000
Make sure .env in Backend is correctly filled (see example below).
cd ../Frontend
npm run devDefault URL: http://127.0.0.1:8080