https://github.com/kjpar0317/react-python
react-ts(17.X) jotai tailwindcss daisyui python sqlalchemy poetry aiomysql asyncio
https://github.com/kjpar0317/react-python
aiomysql asyncio daisyui jotai maria poetry python3 react-typescript sqlalchemy tailwindcss
Last synced: 3 months ago
JSON representation
react-ts(17.X) jotai tailwindcss daisyui python sqlalchemy poetry aiomysql asyncio
- Host: GitHub
- URL: https://github.com/kjpar0317/react-python
- Owner: kjpar0317
- Created: 2022-03-20T23:56:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T14:59:58.000Z (about 3 years ago)
- Last Synced: 2025-06-02T12:29:59.865Z (4 months ago)
- Topics: aiomysql, asyncio, daisyui, jotai, maria, poetry, python3, react-typescript, sqlalchemy, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-python
리액트-파이썬
## client : React(TS) + Jotai + Vite + TailwindCSS + Daisyui
# client 패키지 설치
npm install
## server : Python + Poetry + FastAPI + sqlAlchemy
# server 패키지 설치
# Poetry 설치
윈도우 파워셀에서 (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -# Poetry 가상환경 폴더 변경
백앤드폴더에 .venv 폴더 생성 밑에 명령으로 가상환경 선택
poetry config virtualenvs.in-project true
poetry config virtualenvs.path "./.venv"# Poetry 패키지 설치
poetry install# Poetry 패키지 추가 (새로운 거 추가 시)
예) poetry add fastapi# Python 실행
poetry run python main.py# 기타 참고
tailwindcss
https://tailwindcss.com/docs/aspect-ratio
https://tailwindcomponents.com/
https://play.tailwindcss.com/아이콘
https://heroicons.com/