Skip to content

nhanphan/fireside-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 15, 2016
4c6ab84 · Jul 15, 2016

History

6 Commits
Jul 14, 2016
Jul 14, 2016
Jul 15, 2016
Jul 14, 2016
Jul 14, 2016
Jul 15, 2016
Jul 15, 2016
Jul 15, 2016
Jul 14, 2016
Jul 14, 2016

Repository files navigation

fireside

DEVELOPMENT

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.

Sample .env

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published