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

https://github.com/tbobm/firebase-put-api-simple

Quick and dirty API using Firebase
https://github.com/tbobm/firebase-put-api-simple

api firebase school-project

Last synced: about 2 months ago
JSON representation

Quick and dirty API using Firebase

Awesome Lists containing this project

README

          

# fireapi

Quick and dirty API using Firebase

## Installation

The preferred way for running the app is trough Docker.
Simply execute the following:

```bash
docker build -t sina .
docker run -it --rm -e FIREBASE_URI="MY_URI" -p 8080:8080 sina
```