-
Hello,
How to we support FastAPI backend application ?
Why did you not used ?
Easy and Swagger Support
-
-
-
Create API endpoints for the following:
```
GET
/api/authors # Filter on institution, topic, ccg_workstream
/api/authors/id
/api/outputs # Filter on result_type, topic, author
/api/outputs/id
…
-
## FastAPI 작업
- [ ] FastAPI app으로 모델에 넣을 `input string` 업로드 기능 구현
- [ ] `GET` 메소드로 결과 확인
- [ ] 확인된 결과에 대해 수동으로 정답/오답여부 + 오답일 경우 피드백 + 정확한 라벨 업로드 기능 (`POST`)
- [ ] 위 결과를 로그 파일로서 지정된 위치에 저장: `input…
-
-
An external author has created a [FastAPI example](https://github.com/cleanenergyexchange/fastapi-zitadel-auth) on Github. We want to review the code and include a link in our documentation, if it che…
-
- Click [here](https://tm-fastapi.naxa.com.np/manage) to navigate to the Manage Projects page.
- Go to the Teams section and confirm that all teams are listed as expected.
- Navigate through pages a…
-
When using FastAPI/Starlette, you get this warning:
```python
starlette/templating.py:92: DeprecationWarning: Extra environment options are deprecated. Use a preconfigured jinja2.Environment inste…
-
## ✅ 해야 할 일
FastAPI 서버 배포
- 배포 서버 접속
- authbind으로 81 포트 열기 (FastAPI 기본 포트인 8000은 닫힌 상태)
- application.properties 업데이트
- 빌드 후 포그라운드로 서버 돌리기
- 테스트
- 백그라운드로 돌리기
- 테스트
- 추후 정은이에게 rds 정보 받은 후 appl…