Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blueberryapps/truesurvivor


https://github.com/blueberryapps/truesurvivor

Last synced: about 7 hours ago
JSON representation

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`