This project aims to create a flexible and fast database design and RESTful API to support any Dungeons and Dragons Fifth Edition campaign.
- Implement an efficient, stable database foundation for creating, editing, retrieving, and storing information related to a standard Dungeons and Dragons Fifth Edition character sheet.
- Create a fully functional RESTful API that supports GET, POST, and PUT support for all necessary entities.
Required:
- Basic understanding of databases and database design
- Object Oriented Coding skill
- Familiarity with Git and it's various uses
Recommended:
- Familiarity with Django and Django Rest
- Basic understanding of RESTful APIs
- Ability to read/write Python