Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi-fi/sss
Application for storing and showing (drinking) songs and printing leaflets of those
https://github.com/hi-fi/sss
Last synced: about 2 months ago
JSON representation
Application for storing and showing (drinking) songs and printing leaflets of those
- Host: GitHub
- URL: https://github.com/hi-fi/sss
- Owner: Hi-Fi
- License: mit
- Created: 2021-01-05T14:29:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:43:10.000Z (about 2 months ago)
- Last Synced: 2024-10-26T03:34:55.194Z (about 2 months ago)
- Language: JavaScript
- Size: 16.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sss
Application for storing and showing (drinking) songs and printing leaflets of those.
SSS is abbreviation of "Sitsitsit" (_table party now_ / _now table party_).
## Running locally
Easiest way to run the app is with Docker compose: `docker-compose up`.
It will start:
- Golang backends (core and print) with hot reloading
- React UI with hot reloading
- Google Datastore emulator for data storage (without persisting of data
between runs)
- Datastore-viewer that allows to see data storedCode of specific service's (core, print, frontend) is mounted to started
container, so it's easy to develop apps without need to install specific
versions of Node or Golang.Datastore's project is `dummy-emulator-datastore-project` that comes from Golang
Datastore SDK. When running in real environment, app would automatically recognize
project from credentials.## Running at cloud
Services are planned to be deployed to Google Cloud Platforms (GCP) App engine,
and currently Datastore is only supported storaga backend.