Regenerating gRPC/Protobufs
fireside-backend
uses protocol buffers with gRPC.
If you change anything in /proto
, regenerate the .pb.go
files with the ./rebuildProto.sh
script.
You need to create a .env
in the project's root directory containing your local settings
REST_PORT=:9000
PORT=:9001
POST_ENDPOINT=:9001
DB_HOST=localhost
DB_PORT=5432
DB_USER=nhan
DB_PASSWORD=
DB_DBNAME=fireside