SettingUpClientServer (#7)

Reviewed-on: #7
This commit is contained in:
2023-01-19 16:08:23 +00:00
parent 95459c5b02
commit 21a397861a
19 changed files with 2480 additions and 2 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
# Sheerka
My personnal AI
My personnal AI
## To start the server
```shell
cd src
uvicorn server:app --reload
```