Write basic authentication and log API

This commit is contained in:
april
2023-12-18 16:14:57 -06:00
commit 41a301b273
3 changed files with 224 additions and 0 deletions

3
api/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
bcrypt~=4.1.2
flask~=3.0.0
mongoengine~=0.27.0