jjmark15 / quiz-app

MIT License
0 stars 0 forks source link

persist data in a database #29

Open jjmark15 opened 4 years ago

jjmark15 commented 4 years ago

Background

Currently there is no persistence layer in the application.

Prerequisites

Requirements

Describe the solution you'd like

Providers / Technologies:

Additional context

jjmark15 commented 4 years ago

https://www.reddit.com/r/rust/comments/d2puv7/how_to_mock_calls_to_databases/?utm_medium=android_app&utm_source=share outlines well how to use DDD to achieve clean design

jjmark15 commented 4 years ago

could also use https://crates.io/crates/mongodb with a free mongodb instance on https://mlab.com/

jjmark15 commented 4 years ago

https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-redis-service-containers

Example of GitHub service containers for testing pipeline