Skip to content

Puskesmas web with docusaurus, react, and golang

Notifications You must be signed in to change notification settings

vmasdani/puskesmas

Repository files navigation

Puskesmas

  1. Add .env containing
SERVER_PORT=8002
DB_HOST=dbhost
DB_USERNAME=dbusername
DB_PASSWORD=dbpassword
DB_NAME=dbhost
ADMIN_USERNAME=
ADMIN_PASSWORD=
SERVICE_ACCOUNT_FILE=
  1. Install all dependencies on landing
npm i
  1. Add firebase service account to service-account.json file

  2. Build

./run prod