Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 871 Bytes

dnd5e-character-forge

D&D 5e Character Forge site

Project and README still in WIP

How to run

  • To run the Back-end go to this README

  • To run the Front-end go to this README

API Requests

Available endpoints:

{
  "ability-scores": "/api/ability-scores",
  "classes": "/api/classes",
  "languages": "/api/languages",
  "proficiencies": "/api/proficiencies",
  "races": "/api/races",
  "skills": "/api/skills",
  "subraces": "/api/subraces",
  "traits": "/api/traits"
}

Contributors