An open API service indexing awesome lists of open source software.

https://github.com/marutypes/bottle-dungeon

A service for running TTRPGs with friends :)
https://github.com/marutypes/bottle-dungeon

Last synced: 2 months ago
JSON representation

A service for running TTRPGs with friends :)

Awesome Lists containing this project

README

        

# BottleDungeon

A service for running tabletop RPGs with friends :)

## Starting the server

To start Phoenix:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Todo

- [x] basic user auth
- [x] game sessions owned by users
- [ ] game session tags
- [ ] public game session links
- [ ] socket chat
- [ ] rolls with macros
- [ ] bespoke styles
- [ ] rolls ui
- [ ] game systems
- [ ] character sheets
- [ ] admin only CRUD
- [ ] notifications
- [ ] invites