Webservice to interface between the database and clients built with FastAPI and Python
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery 65cbdd6852 Added cascade deletion test for Tag
Implemented a unit test to check that tags are getting deleted when just their category gets deleted. See "cascade@category" in the result overview of the tests.
1 year ago
database Changed references for Table "Tag" 1 year ago
tests Added cascade deletion test for Tag 1 year ago
.gitignore Init / Added .gitignore 3 years ago
main.py Changed references for Table "Tag" 1 year ago
requirements.txt Added requests to requirements.txt 2 years ago