MongoDB is better suited as a key value store and should be used instead of PostgreSQL. - [x] Add Mongo to `docker-compose`. - [x] Write methods in library to connect to database. - [x] Create API to save/retrieve data in database. - [x] Create data structs in Go to represent database.
MongoDB is better suited as a key value store and should be used instead of PostgreSQL.
docker-compose.