dnote/pkg/server
Sung Won Cho 4a3fd2d1a7
Use Vagrant for easy development setup (#297)
* Use vagrant

* Stop using polling

* Fix test

* Document

* Fix
2019-11-03 20:04:17 -08:00
..
api Use Vagrant for easy development setup (#297) 2019-11-03 20:04:17 -08:00
database Allow unsecure database connection in production (#276) 2019-11-03 19:05:39 -08:00
job Customize app URLs in the emails (#290) 2019-10-29 20:21:08 -07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Allow to configure SMTP port (#292) 2019-10-29 21:34:52 -07:00
scripts Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
testutils Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
watcher Use Vagrant for easy development setup (#297) 2019-11-03 20:04:17 -08:00
.env.dev Allow to configure SMTP port (#292) 2019-10-29 21:34:52 -07:00
.env.test Allow to configure SMTP port (#292) 2019-10-29 21:34:52 -07:00
.gitignore Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
main.go Use Vagrant for easy development setup (#297) 2019-11-03 20:04:17 -08: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.