package yg perlu di install
- termux
pkg update && pkg upgrade
pkg install python rust nodejs git
- acode terminal (Alpine linux)
apk update && apk upgrade
apk add python3 py3-pip rust nodejs npm git
clone
git clone https://github.com/curink/python_fastapi_react_base.git && cd python_fastapi_react_base
lalu jalankan
bash install.sh
aktifkan environment
source venv/bin/activate
lalu jalankan server
uvicorn app.main:app --reload
- Python 3.12.11
- Rustc 1.88.0
- Nodejs 24.4.1