No description
Find a file
2021-09-13 10:06:57 +02:00
server Added login, some auth methods and a couple routes with no implementation 2021-09-13 10:06:57 +02:00
webapp Stuff 2021-09-12 21:57:59 +02:00
.gitignore Loads of stuff, check roadmap changes in the README :P 2021-09-12 20:37:51 +02:00
Makefile Stuff 2021-09-12 21:57:59 +02:00
modd.conf Loads of stuff, check roadmap changes in the README :P 2021-09-12 20:37:51 +02:00
README.md Stuff 2021-09-12 21:57:59 +02:00

Craban

Config

Default configuration can be found in the craban.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
  • Decide on a visual framework to work with (maybe react-material?)
  • Add webapp linter
  • Add token and login endpoint and token reading wrapper
  • Add games management endpoints and webapp screens