Add basic repo structure, dependencies and first endpoint

This commit is contained in:
2020-11-30 17:18:39 +01:00
committed by Oskar
parent f7b7566b6e
commit ab4ee6a00a
10 changed files with 151 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
db.json
*.egg-info