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
- Host: GitHub
- URL: https://github.com/tbobm/firebase-put-api-simple
- Owner: tbobm
- License: mit
- Created: 2017-07-11T09:14:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T01:17:51.000Z (over 2 years ago)
- Last Synced: 2025-07-17T14:54:47.758Z (12 months ago)
- Topics: api, firebase, school-project
- Language: Ruby
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
```