Install Go version 1.22.0 and npm
- run
go mod tidyto install all packages - use .env file for backend provided by Alex
- copy serviceAccountKey.json to the path /backend/db/
- in the env file, modify FBCONFIG_PATH to match
go run main.go to run the backend server. if you make a change you have to close and restart the server.
- run
npm install - use .env file for frontend provided by Alex
npm run devto run on localhost. changes are reflected automatically.