https://github.com/younghakim7/rust_perseus_test
https://github.com/younghakim7/rust_perseus_test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/rust_perseus_test
- Owner: YoungHaKim7
- License: mit
- Created: 2023-07-05T22:18:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:50:51.000Z (over 1 year ago)
- Last Synced: 2025-01-16T21:11:34.065Z (5 months ago)
- Language: Rust
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Perseus
https://github.com/framesurge/perseus
- homepages(WASM)
https://port-0-rusthomepage-dihik2mljdovxnx.sel4.cloudtype.app/
```
perseus deploy -e로 해서
파이썬 서버로 하면 됩니다. ㅎㅎ
```https://github.com/framesurge/perseus
- localhost 8080 내 컴퓨터에서 test
```
cargo install perseus-cliperseus serve -w
```https://framesurge.sh/perseus/en-US/docs/0.4.x/quickstart
https://framesurge.sh/perseus/en-US/
- CSS 갓 갓 Tailwind
https://github.com/wingertge/perseus-tailwind
https://tailwindcss.com/
- Perseus-todo-app
- [Building a Rust app with Perseus](https://blog.logrocket.com/building-rust-app-perseus/)
- https://github.com/ezesundayeze/perseus-todo-app
![]()
# FastAPI
Python으로 구현된 FastAPI 어플리케이션 템플릿입니다.
## 🖇️ 준비 및 확인사항
### 지원 Python 버전
- 3.7, 3.8, 3.9, 3.10, 3.11
- FastAPI는 최소 3.7 버전의 Python를 필요로 합니다.
- ⚠️ 로컬/테스트 환경과 클라우드타입에서 설정한 Python 버전이 상이한 경우 정상적으로 빌드되지 않을 수 있습니다.### 패키지 명세
- 빌드 시 어플리케이션에 사용된 패키지를 설치하기 위해서는 `requirements.txt` 파일이 반드시 필요합니다.## ⌨️ 명령어
### Start
```bash
uvicorn main:app --host=0.0.0.0 --port=8000
```## 🏷️ 환경변수
## 💬 문제해결
- [클라우드타입 Docs](https://docs.cloudtype.io/)
- [클라우드타입 FAQ](https://help.cloudtype.io/guide/faq)
- [Discord](https://discord.gg/U7HX4BA6hu)
## 📄 License
[MIT](https://github.com/tiangolo/fastapi/blob/master/LICENSE)
# Result```
```