https://github.com/dev-connor/fastapi-react-oauth2
https://github.com/dev-connor/fastapi-react-oauth2
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-connor/fastapi-react-oauth2
- Owner: dev-connor
- Created: 2024-01-27T17:42:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:58:12.000Z (over 2 years ago)
- Last Synced: 2025-02-28T19:27:10.620Z (over 1 year ago)
- Language: Python
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```