Loading...
Loading...
FastAPI with PostgreSQL, async SQLAlchemy 2.0, Alembic, and Docker.
npx skill4agent add eng0ai/eng0-template-skills fastapi-backend-templategit clone --depth 1 https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template.git .git clone --depth 1 https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_templaterm -rf .git
git initpython -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txtuvicorn main:app --reload