5 Commits (5a8b88202ef3d4be0a519053e42ad83ba1db2b28)
 

Author SHA1 Message Date
Peery 5a8b88202e Added Unit Tests to test the WebService
Added scripts to test various API calls of the webservice by creating, modifying and deleting entries from a test database of ArtNet. Do NOT use those on production.
3 years ago
peery f2821c561e Added POST, DELETE API for presences, Fixed Cascade Issues, Added generic entry listings
Implemented a way to create, update and delete presences over the API.
Implemented code to list >ALL< artists similar to Art entries. Should be secured against requesting the entire database at some point.

Added debug prints to all API calls for clearer logging
3 years ago
Peery 442cefc834 Basic Webservice
Roughly working webservice API working with SQLAlchemy and FastAPI.
Currently only GET queries are implemented.
4 years ago
Peery 8fe2235c92 Added Requirements.txt
Added requirements with rough version pinning.
4 years ago
Peery af9005f2af Init / Added .gitignore 4 years ago