https://github.com/captainirs/epartogram-server
https://github.com/captainirs/epartogram-server
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/captainirs/epartogram-server
- Owner: CaptainIRS
- Created: 2023-03-28T19:31:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T13:33:36.000Z (about 3 years ago)
- Last Synced: 2025-11-27T12:02:45.421Z (7 months ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-partogram server
## Setup instructions
* Install Firebase CLI from https://firebase.google.com/docs/cli
* Download the service account key from Firebase console (https://console.firebase.google.com/project/e-partogram/settings/serviceaccounts/adminsdk) and save it as `serviceAccountKey.json` in the root of the project
* Run `cp .env.example .env`
* Run `firebase login` to login to Firebase
* Run `firebase emulators:start` to start the local emulators
* Run `npm start` to start the development server