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

https://github.com/younghakim7/rust_perseus_test


https://github.com/younghakim7/rust_perseus_test

Last synced: 3 months ago
JSON representation

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-cli

perseus 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





Cloudtype






# 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

```

```