This is the back end for my Boolean final project ttrpg-helper
, for my explanation of this project and it's functions see the front end repository where I go into detail: https://github.com/Dex491/ttrpg-helper-client
- Fork and clone/clone to your machine
npm i
to install the dependanciesnpm start
to host the server (runs on localhost:4000)- Follow the instructions for running the client locally