Skip to content

Commit f967938

Browse files
committed
Updates file structure
1 parent f73580e commit f967938

33 files changed

+26
-556
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pets workshop
22

3-
This repository contains the project for both a guided workshop and the Modern DevOps with GitHub What The Hack. The project is a Next.js app that uses MongoDB for the database. The design is to be used as a walk-through of GitHub features, including [Codespaces](https://docs.github.com/en/codespaces/overview), [Actions](https://docs.github.com/en/actions/learn-github-actions) and [GitHub Advanced Security (GHAS)](https://docs.github.com/en/github/getting-started-with-github/about-github-advanced-security). You'll explore how to use these features to implement and improve your organization's DevOps processes.
3+
This repository contains the project for a guided workshop to explore modern DevOps with GitHub. The project is a website for a fictional dog shelter, with a [Flask](https://flask.palletsprojects.com/en/stable/) backend using [SQLAlchemy](https://www.sqlalchemy.org/) and [Astro](https://astro.build/) frontend using [Svelte](https://svelte.dev/) for dynamic pages. The design is to be used as a walk-through of GitHub features, including [Codespaces](https://docs.github.com/en/codespaces/overview), [Actions](https://docs.github.com/en/actions/learn-github-actions) and [GitHub Advanced Security (GHAS)](https://docs.github.com/en/github/getting-started-with-github/about-github-advanced-security). You'll explore how to use these features to implement and improve your organization's DevOps processes.
44

55
## Getting started
66

content/guided-workshop/exercises/0-setup.md renamed to content/0-setup.md

File renamed without changes.

content/guided-workshop/exercises/1-code-scanning.md renamed to content/1-code-scanning.md

File renamed without changes.

content/guided-workshop/exercises/2-issues.md renamed to content/2-issues.md

File renamed without changes.

content/guided-workshop/exercises/3-codespaces.md renamed to content/3-codespaces.md

File renamed without changes.

content/guided-workshop/exercises/4-testing.md renamed to content/4-testing.md

File renamed without changes.

content/guided-workshop/exercises/5-context.md renamed to content/5-context.md

File renamed without changes.

content/guided-workshop/exercises/6-code.md renamed to content/6-code.md

File renamed without changes.

content/guided-workshop/exercises/7-github-flow.md renamed to content/7-github-flow.md

File renamed without changes.

content/guided-workshop/exercises/8-deployment.md renamed to content/8-deployment.md

File renamed without changes.

0 commit comments

Comments
 (0)