API to manage sessions, characters, items and skills within PRG - Table Master
The PRG comes with the aim of facilitating the start of sessions, making skills, items, proficiency or any other requirement instantly drawn and given to the player. With it, we seek to reduce the preparation time and increase the playing time.
Enjoy and roll the dice! 🎲
To run PRG in your computer, first run the following command to install the dependencies and launcher docker:
yarn install
docker compose up
after running the command, you can run the migrations and popoulate the database with tables, with the command:
yarn typeorm migrations:run
I also created an application that consumes PRG API data, how about checking out the PRG APP?
Feel like contributing? Fantastic! but at the moment this project is on pause, but feel free to open a PR
MIT © jeffsLM