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 :)
- Host: GitHub
- URL: https://github.com/marutypes/bottle-dungeon
- Owner: marutypes
- Created: 2019-05-11T00:46:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T00:46:25.000Z (about 6 years ago)
- Last Synced: 2025-01-29T21:49:47.837Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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