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.
2 years ago
database Changed references for Table "Tag" 2 years ago
tests Added cascade deletion test for Tag 2 years ago
.gitignore Init / Added .gitignore 4 years ago
main.py Changed references for Table "Tag" 2 years ago
requirements.txt Added requests to requirements.txt 3 years ago