dnote/pkg/server
Sung Won Cho 3e41b29a74
Decouple web from App implementation (#364)
* Decouple app from web

* Simplify

* Fix test

* Encapsulate SSL logic to dbconn

* Fix test

* Fix email type
2019-12-17 12:26:42 +07:00
..
app Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
crypt Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
database Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
dbconn Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
handlers Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
permissions Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
presenters Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
testutils Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
tmpl Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
web Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
.env.dev Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
.env.test Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
.gitignore Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
main.go Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07: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.