Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days 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
```