nilenso / time-tracker

A time-tracker built for education, fun and eventually profit.
http://time.nilenso.com/
Eclipse Public License 1.0
14 stars 6 forks source link

Add a function that initializes DB connection pool and HTTP server #153

Closed samrat closed 4 years ago

samrat commented 6 years ago

Currently, the start-server! starts just the HTTP server. We can add a function that calls init! then start-server!.