Showcase web app for CI/CD training.
Each student adds a card with their info and project.
pip install fastapi uvicorn jinja2
cd app
uvicorn main:app --reloadEdit students.json and add yourself:
{
"name": "Your Name",
"github": "https://github.com/yourname",
"project": "My Cool Script",
"avatar": "https://i.pravatar.cc/150?u=yourname"
}Push your change and once CI/CD passes it will be live!