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

https://github.com/dkniffin/docker-be


https://github.com/dkniffin/docker-be

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# To run:
`docker-compose up`
Then you'll need to create the db via:
`docker-compose run web bundle exec rake db:setup`

# To stop:
`docker-compose down`