timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

Spin up free mongo atlas #105

Closed timhaley94 closed 3 years ago

timhaley94 commented 4 years ago

Background

We're going to need a database to back our service. Mongo is the lowest friction choice since the backend is written in JavaScript, but mongo comes with operation overhead since you normally run a mongo cluster on ec2 and manage it yourself. Thankfully, Mongo Atlas can automate the operation and they have a free tier. It also comes with a easy upgrade path and there's a terraform provider.

Current Behavior

What it does: There's no database at all.

Proposed Behavior

What it should do: