Loading...
Loading...
Python full-stack with FastAPI, React, PostgreSQL, and Docker.
npx skill4agent add eng0ai/eng0-template-skills fastapi-fullstackgit clone --depth 1 https://github.com/tiangolo/full-stack-fastapi-template.git .git clone --depth 1 https://github.com/tiangolo/full-stack-fastapi-template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_templaterm -rf .git
git initdocker compose up -dcd backend
pip install -r requirements.txtdocker compose up -dcd backend
uvicorn main:app --reload