nerdsplayingpnp-tud / magicaltavern-api

API-Server for the magicaltavern-Project.
GNU Affero General Public License v3.0
4 stars 2 forks source link

API v2.0.0 - Rewrite complete #27

Closed bitfl0wer closed 1 year ago

bitfl0wer commented 1 year ago

I have completely rewritten the API, using SQLAlchemy ORM as a database backend. When reviewing, please consult the (still incomplete) docs, as well as all files in /api/v2_0/.

The project structure has also been completely refactored. Website functionality and API functionality have been 100% separated.

closes #18