No description
Find a file
2021-09-12 18:28:49 +02:00
cmd/rmsn Add error check when closing 2021-09-12 18:28:49 +02:00
model Add utils and config 2021-09-12 00:06:03 +02:00
server Complete server lifecycle 2021-09-12 18:27:49 +02:00
services/store Add README and WIP server lifecycle 2021-09-12 00:32:07 +02:00
vendor Add utils and config 2021-09-12 00:06:03 +02:00
web Complete server lifecycle 2021-09-12 18:27:49 +02:00
.gitignore Add README and WIP server lifecycle 2021-09-12 00:32:07 +02:00
go.mod Add utils and config 2021-09-12 00:06:03 +02:00
go.sum Add utils and config 2021-09-12 00:06:03 +02:00
Makefile Initial commit 2021-09-11 21:04:27 +02:00
README.md Add README and WIP server lifecycle 2021-09-12 00:32:07 +02:00
rmsn.yml Add README and WIP server lifecycle 2021-09-12 00:32:07 +02:00

RMSN

Config

Default configuration can be found in the rmsn.yml file at the root of the repository.

Roadmap

  • Add simple logger everywhere
  • Make server start, teardown and block
  • Bootstrap webapp
  • Embed webapp in server
  • Split server and webapp in different folders
  • Add modd for easy development forkflow
  • Add webapp make targets
  • Add bundle and install make targets
  • Create basic webapp structure and development workflow
  • Think of a better name
  • Add email config and communications
  • Add webpush notifications