瀏覽代碼

Merge pull request #4 from shinbay-almaz/Madi

updated readme
main
Madiwka 1 年之前
committed by GitHub
父節點
當前提交
01ac3ca498
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 25 行新增1 行删除
  1. +25
    -1
      README.md

+ 25
- 1
README.md 查看文件

@@ -8,7 +8,31 @@
<li> Add token/cookie(?) authentication </li>
</ul>

#Let's keep updating this readme.md file as we complete our tasks
# Let's keep updating this readme.md file as we complete our tasks
## How to launch
First, make sure that python is installed. Create a virtual environment (if you want to)
```
python -m venv venv
source /venv/bin/activate
```
(not necessary)

run the docker image provided to launch postgresql (telegram)

install dependencies:
```
pip install -r requirements.txt
```

open terminal in the **app** directory, and launch with:
```
uvicorn main:app --reload
```
OR
```
python3 -m uvicorn main:app --reload
```

## Git Guide
- [Git Reference](http://git.github.io/git-reference): despite its name it is more of a user guide.


Loading…
取消
儲存