MERN Stack dnd tool following Travery Media's tutorial: https://www.youtube.com/watch?v=PBTYxXADG_k
SETUP:
- Clone repo
- Create config folder in root folder (outside of client) and move default.json there 2a. alternatively create default.json containing {"mongouri": ... , "jwtsecret": ...}
- run: npm install
- run: npm client-install
- run: npm run dev
Features:
- User authentication
- Character ownership
To Do:
- Encounters:
- Add monsters from 5e SRD
- Add characters
- Keep track of turn order
- Character Builder:
- Add spells from 5e SRD
- Add races/classes from 5e SRD