dnote/pkg/server
Sung Won Cho b45952968b
Implement structured logging (#232)
* Implement structured logging

* Remove debug

* Log additional information for ncoming requests
2019-07-29 10:05:48 +10:00
..
api Implement structured logging (#232) 2019-07-29 10:05:48 +10:00
database Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
job Simplify template path (#224) 2019-07-22 15:42:56 +10:00
log Implement structured logging (#232) 2019-07-29 10:05:48 +10:00
mailer Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
scripts Implement server binary (#223) 2019-07-22 13:41:09 +10:00
testutils Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
.env.dev Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
.env.test Simplify the env vars (#225) 2019-07-23 15:55:23 +10:00
.gitignore Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
main.go Allow to move notes to another book (#234) 2019-07-27 19:51:30 +10:00
README.md Implement server binary (#223) 2019-07-22 13:41:09 +10:00

Dnote Server

The Dnote server containing the web interface, the web API, and the background jobs.