+
-This repo contains the samples for [Keploy's](https://keploy.io) Python-based Application. Please feel free to contribute if you'd like submit a sample for another use-case or library.
+
+
+
+
+
+
->**Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue.
+This repo contains the samples for [Keploy's](https://keploy.io) Python-based Application. Please feel free to contribute if you'd like submit a sample for another use-case or library.
+> **Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue.
-## Sample Apps with Keploy
+## Python Sample Apps with Keploy
-1. [Flask-Mongo](https://github.com/keploy/samples-python/tree/main/flask-mongo) - This application is a simple student management API built using Python's Flask framework and MongoDB for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on student records. The API supports CORS (Cross-Origin Resource Sharing) to facilitate cross-domain requests.
+1. [Flask-Mongo](https://github.com/keploy/samples-python/tree/main/flask-mongo) - This application is a simple task management API built using Python's Flask framework and MongoDB for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on student records. The API supports CORS (Cross-Origin Resource Sharing) to facilitate cross-domain requests.
2. [Django-Postgres](https://github.com/keploy/samples-python/tree/main/django-postgres) - This is an application to perform basic CRUD (Create, Read, Update, Delete) operations on user records built using Python's Django framework and PostgreSQL for data storage.
@@ -23,12 +27,13 @@ This repo contains the samples for [Keploy's](https://keploy.io) Python-based Ap
## Community Support ❤️
-We'd love to collaborate with you to make Keploy great. To get started:
-* [Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) - Discussions with the community and the team.
-* [GitHub](https://github.com/keploy/keploy/issues) - For bug reports and feature requests.
+### 🤔 Questions?
+
+Reach out to us. We're here to help!
+
+[](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
+[](https://www.linkedin.com/company/keploy/)
+[](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg)
+[](https://twitter.com/Keployio)
-[](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
-[](https://www.linkedin.com/company/keploy/)
-[](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg)
-[](https://twitter.com/Keployio)
-[](https://keploy.io/docs/)
+### 💖 Let's Build Together!
From 7bf345b5fb6b52d9550fea8f314d5af00cad79fa Mon Sep 17 00:00:00 2001
From: Swapnoneel Saha
Date: Wed, 12 Jun 2024 17:10:54 +0530
Subject: [PATCH 2/3] added images
Signed-off-by: Swapnoneel Saha
---
.github/License-Apache_2.0-blue.svg | 1 +
.github/slack.svg | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 .github/License-Apache_2.0-blue.svg
create mode 100644 .github/slack.svg
diff --git a/.github/License-Apache_2.0-blue.svg b/.github/License-Apache_2.0-blue.svg
new file mode 100644
index 0000000..ca466ca
--- /dev/null
+++ b/.github/License-Apache_2.0-blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/slack.svg b/.github/slack.svg
new file mode 100644
index 0000000..6cb641a
--- /dev/null
+++ b/.github/slack.svg
@@ -0,0 +1,20 @@
+
\ No newline at end of file
From 9b0ae1cfef5e34a27dfa092293db78731be97338 Mon Sep 17 00:00:00 2001
From: Swapnoneel Saha
Date: Fri, 14 Jun 2024 14:39:32 +0530
Subject: [PATCH 3/3] fixed README issues
Signed-off-by: Swapnoneel Saha
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8c9a112..9e475d0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
-This repo contains the samples for [Keploy's](https://keploy.io) Python-based Application. Please feel free to contribute if you'd like submit a sample for another use-case or library.
+This repo contains the samples for [Keploy's](https://keploy.io) integration with Python-based Application. Please feel free to contribute if you'd like submit a sample for another use-case or library.
> **Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue.