Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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.

Awesome Lists containing this project

README

        

# Kesha
_Web-service for testing http requests and webhooks._

Project info:
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/nextuptechnologies/kesha/latest)](https://registry.hub.docker.com/r/nextuptechnologies/kesha)
![Python Version](https://img.shields.io/static/v1?label=python&message=3.10&color=blue)
![License](https://img.shields.io/static/v1?label=license&message=Apache+2&color=blue)

Build:
![autotests](https://github.com/NUTtech/Kesha/workflows/autotests/badge.svg)
![build](https://github.com/NUTtech/Kesha/workflows/build/badge.svg)

Code quality:
[![CodeQL](https://github.com/NUTtech/Kesha/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/NUTtech/Kesha/actions/workflows/codeql-analysis.yml)
[![codecov](https://codecov.io/gh/NUTtech/Kesha/branch/develop/graph/badge.svg?token=788OM63owZ)](https://codecov.io/gh/NUTtech/Kesha)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/NUTtech/Kesha.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/NUTtech/Kesha/context:python)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=security_rating)](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.