Skip to content

Commit

Permalink
Add Project Technologies (#106)
Browse files Browse the repository at this point in the history
# Pull Request

## Description

This pull request includes the addition of a new documentation file that
lists the technologies and frameworks used in the project.

Documentation updates:

*
[`docs/PROJECT_TECHNOLOGIES.md`](diffhunk://#diff-070f3e01b55dcf56be3d35ecb65dd331a92f6b31f8cb31a0da4e821b00fe1508R1-R8):
Created a new markdown file that outlines the technologies and
frameworks used in the project, including Python, Poetry, Dependabot,
and GitHub Actions.

Fixes #43
  • Loading branch information
JackPlowman authored Feb 5, 2025
1 parent 0d0457d commit f1d7ee7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/PROJECT_TECHNOLOGIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Project Technologies and Frameworks

This project was built using the following technologies and frameworks:

| Category | Technologies and Frameworks |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Backend | ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Poetry](https://img.shields.io/badge/poetry-%23150458.svg?style=for-the-badge&logo=poetry&logoColor=white) |
| DevOps & CI/CD | ![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white) |

0 comments on commit f1d7ee7

Please sign in to comment.