fuzzymatter / hush-api

Hush API server
0 stars 0 forks source link

Added config module using typeorm to demonstrate #2

Closed jakeklassen closed 6 years ago

jakeklassen commented 6 years ago

This PR sets up a global config module. I followed the Nest database and configuration guides to set this up. I used TypeORM to demonstrate it's usage.