An open API service indexing awesome lists of open source software.

https://github.com/dev-connor/fastapi-react-oauth2


https://github.com/dev-connor/fastapi-react-oauth2

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

## RUN

라이브러리 설치

```bash
cd fastapi
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

실행

```bash
uvicorn main:app --reload
```