Move server code to this repo (#95)

move server code to this repo
This commit is contained in:
Mungai Njoroge
2023-01-13 20:01:52 +03:00
committed by GitHub
parent dd257e919d
commit 198957bcae
318 changed files with 6259 additions and 16797 deletions
+5
View File
@@ -0,0 +1,5 @@
from app import create_api
if __name__ == '__main__':
app = create_api()
app.run(debug=True, threaded=True)