Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueberryapps/truesurvivor
https://github.com/blueberryapps/truesurvivor
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/blueberryapps/truesurvivor
- Owner: blueberryapps
- Created: 2017-07-21T23:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T21:54:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:49:17.184Z (7 months ago)
- Language: JavaScript
- Size: 7.07 MB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How Tos
## Database
access database via mongo - `docker exec -ti dc73f19d5282 mongo`
access database via shell - `docker exec -ti dc73f19d5282 sh`
run database - `docker-compose up`
stop database - `docker-compose down`