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 245c8737d1 Added Tag models and basic tests
Added SQLAlchemy models for tag alias and implication relations.
Added test scripts to test basic tag functionalities. This does not include implication and alias which will have their own test scripts.
3 years ago
database Added Tag models and basic tests 3 years ago
tests Added Tag models and basic tests 3 years ago
.gitignore Init / Added .gitignore 4 years ago
main.py Added Tag models and basic tests 3 years ago
requirements.txt Added requests to requirements.txt 3 years ago