https://github.com/NUTtech/Kesha
A web service with a user interface for testing http requests and web hooks. Allows you to create an http mock for http requests.
https://github.com/NUTtech/Kesha
hacktoberfest http mock postbin requests stub-server stubs testing webhook
Last synced: 6 months ago
JSON representation
A web service with a user interface for testing http requests and web hooks. Allows you to create an http mock for http requests.
- Host: GitHub
- URL: https://github.com/NUTtech/Kesha
- Owner: NUTtech
- License: apache-2.0
- Created: 2021-05-22T10:42:06.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T05:04:53.000Z (about 2 years ago)
- Last Synced: 2024-08-03T17:10:14.065Z (9 months ago)
- Topics: hacktoberfest, http, mock, postbin, requests, stub-server, stubs, testing, webhook
- Language: Python
- Homepage: https://nuttech.github.io/Kesha/
- Size: 3.73 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-testing - Kesha - A web service with a user interface for testing http requests and web hooks. (Mock and Stub)
README
# Kesha
_Web-service for testing http requests and webhooks._Project info:
[](https://registry.hub.docker.com/r/nextuptechnologies/kesha)

Build:

Code quality:
[](https://github.com/NUTtech/Kesha/actions/workflows/codeql-analysis.yml)
[](https://codecov.io/gh/NUTtech/Kesha)
[](https://lgtm.com/projects/g/NUTtech/Kesha/context:python)
[](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
![]()
## Links:
1. Repository: [https://github.com/NUTtech/Kesha](https://github.com/NUTtech/Kesha)
1. Documentation: [https://nuttech.github.io/Kesha/](https://nuttech.github.io/Kesha/)
1. Docker Hub: [https://registry.hub.docker.com/r/nextuptechnologies/kesha](https://registry.hub.docker.com/r/nextuptechnologies/kesha)
1. Issue tracker: [https://github.com/NUTtech/Kesha/issues](https://github.com/NUTtech/Kesha/issues)
1. Changelog: [https://github.com/NUTtech/Kesha/blob/master/CHANGELOG.md](https://github.com/NUTtech/Kesha/blob/master/CHANGELOG.md)## Components
1. Database postgres.
1. Database redis (for background celery-tasks).
1. Python-app based on Django Web Framework.## Contributing
We welcome all contributions!
See [CONTRIBUTING.md](CONTRIBUTING.md) if you want to contribute.
You can start with [issues that need some help](https://github.com/NUTtech/Kesha/issues)
right now.