# Craban Craban is a webapp to manage RolePlaying Games assets like images, music and maps, easily share them with playesr and use them in games, and have conversations with the players though an integrated chat. ## Config Default configuration can be found in the [craban.yml](./server/craban.yml) file at the root of the repository. ## Roadmap - [X] Add simple logger everywhere - [X] Make server start, teardown and block - [X] Bootstrap webapp - [X] Embed webapp in server - [X] Split server and webapp in different folders - [X] Add modd for easy development forkflow - [ ] Add webapp make targets - [ ] Add bundle and install make targets - [X] Create basic webapp structure and development workflow - [X] Think of a better name - [ ] Add email config and communications - [ ] Add webpush notifications - [X] Decide on a visual framework to work with (maybe react-material?) - [ ] Add webapp linter - [X] Add token and login endpoint - [ ] Add token reading wrapper at the API level - [ ] Add games management endpoints and webapp screens - [ ] Add chat messages in game - [ ] Add websocket messages for new chat post - [ ] Add webpush notification for new chat post