dnote/pkg/server
Sung Won Cho 0317e7f1de
Allow to move notes to another book (#234)
* Print more information upon edit

* Allow to move notes between books

* Allow to update content and book at the same time

* Fix test
2019-07-27 19:51:30 +10:00
..
api Allow to move notes to another book (#234) 2019-07-27 19:51:30 +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
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.