jfreedman0212 / dnd-5e-character-form

0 stars 0 forks source link

Add Persistence Layer and API Routes #3

Open jfreedman0212 opened 3 years ago

jfreedman0212 commented 3 years ago

Once the character form has been created, we need a way to persist that data. MongoDB Cloud has a free tier that should meet my needs and be easy to use/setup.

jfreedman0212 commented 3 years ago

So uhh... not using MongoDB. Instead, going with a traditional relational DB where Prisma is used to communicate with it. For starting out (and local development), I'm going to use a SQLite database, but production/testing environments will need a hosted RDBMS. See the linked PR for more details on this