Skip to content

ranazrad/devcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase web app for CI/CD training.

Each student adds a card with their info and project.

Run locally

pip install fastapi uvicorn jinja2
cd app
uvicorn main:app --reload

Add your card

Edit 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published