This repository contains the project for two guided workshops to explore various GitHub features. The project is a website for a fictional dog shelter, with a Flask backend using SQLAlchemy and Astro frontend using Svelte for dynamic pages.
To run the application:
./scripts/start-app.shThis will start both the Flask backend (port 5100) and Astro frontend (port 4321).
client/- Astro frontend with Svelte componentsserver/- Flask backend with SQLAlchemy modelsscripts/- Development and testing scripts
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
You can find the list of maintainers in CODEOWNERS.
This project is provided as-is, and may be updated over time. If you have questions, please open an issue.