spoertsch / lunchmonkey

The lunchmonkey repo
Other
2 stars 0 forks source link

Add database #6

Open spoertsch opened 9 years ago

spoertsch commented 9 years ago

The locations should be stored in a database. That would also enable to add new locations via the webinterface. Another possiblity is to ask for feedback and store this information in the database. Use MongoDB?

skanatiker commented 9 years ago

Consider using: https://addons.heroku.com/mongohq#sandbox

skanatiker commented 9 years ago

For mongo integration with reactive mongo, also have a look at: https://typesafe.com/activator/template/modern-web-template

skanatiker commented 9 years ago

@spoertsch Please review.

skanatiker commented 9 years ago

As last referenced commits show i refactored the usage of reactivemongo. When taking a look at the initial pull request please consider that in the pull request for #9 Location Administration the adapations have been made.