Commit graph

3 commits

Author SHA1 Message Date
Augusto Dwenger 6ac85cc2a8 Change testing from assertion to require
The benefit of require is that on a fail it will stop the test
execution.
2020-10-27 12:07:52 +01:00
Augusto Dwenger 44897b3b5a Implement the hosts controller
Simple interaction with the db like getting some data and inserting
new data points into it.
2020-10-18 15:38:57 +02:00
Augusto Dwenger cc663128f4 Implement in memory db for development 2020-10-16 17:38:30 +02:00