An open API service indexing awesome lists of open source software.

https://github.com/captainirs/epartogram-server


https://github.com/captainirs/epartogram-server

Last synced: 14 days ago
JSON representation

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