From e1aeaac5d12e73fcc64a59ba67ee568c647d0226 Mon Sep 17 00:00:00 2001 From: Swapnoneel Saha Date: Wed, 12 Jun 2024 17:08:56 +0530 Subject: [PATCH 1/3] Updated README Signed-off-by: Swapnoneel Saha --- README.md | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d99979a..8c9a112 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ -

Keploy x Python Sample Applications

+

Keploy Python Samples

- - -

+ -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! + +[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) +[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/keploy/) +[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg) +[![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio) -[![Generic badge](https://img.shields.io/badge/Slack-teal.svg?style=for-the-badge)](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) -[![Generic badge](https://img.shields.io/badge/LinkedIn-blue.svg?style=for-the-badge)](https://www.linkedin.com/company/keploy/) -[![Generic badge](https://img.shields.io/badge/Youtube-teal.svg?style=for-the-badge)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg) -[![Generic badge](https://img.shields.io/badge/Twitter-blue.svg?style=for-the-badge)](https://twitter.com/Keployio) -[![Generic badge](https://img.shields.io/badge/Documentation-teal.svg?style=for-the-badge)](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 @@ +License: Apache 2.0LicenseApache 2.0 \ 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 @@ + + slack + + + + + + + + + + + + + \ 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 @@ -

Keploy Python Samples

+

Keploy Python Sample Applications

@@ -11,7 +11,7 @@

-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.