Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Quick and dirty API using Firebase
- Host: GitHub
- URL: https://github.com/tbobm/firebase-put-api-simple
- Owner: tbobm
- License: mit
- Created: 2017-07-11T09:14:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:49:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:37:25.099Z (over 1 year ago)
- Topics: api, firebase, school-project
- Language: Ruby
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```