Skip to content
/ parrot Public
forked from Uma-Tech/parrot

Service for testing http requests and webhooks.

License

Notifications You must be signed in to change notification settings

PetrS12/parrot

 
 

Repository files navigation

Parrot

Web-service for testing http requests and webhooks.

Project info: Docker Image Version (tag latest semver) Python Version License

Build: autotests build

Code quality: codecov Language grade: Python Maintainability Rating Reliability Rating Security Rating


Links:

  1. Repository: https://github.com/Uma-Tech/parrot
  2. Documentation: https://uma-tech.github.io/parrot/
  3. Docker Hub: https://registry.hub.docker.com/r/umahighload/parrot-app
  4. Issue tracker: https://github.com/Uma-Tech/parrot/issues
  5. Changelog: https://github.com/Uma-Tech/parrot/blob/develop/CHANGELOG.md

Quickstart

  1. Clone the repo

    git clone [email protected]:Uma-Tech/parrot.git
  2. Build or download the docker image
    for build

    make build

    for download

    docker pull umahighload/parrot-app:latest
  3. Apply migrations and create a superuser:

    make shell
    # inside the container
    python manage.py migrate  # apply migrations
    python manage.py createsuperuser  # create a superuser
    exit  ## leave from the container
  4. Start app with required services

    make runserver
  5. Service will be available at http://127.0.0.1:8042/

System requires

Components

  1. Database postgres.
  2. Python-app based on Django Web Framework.

Contributing

We welcome all contributions!
See CONTRIBUTING.md if you want to contribute.
You can start with issues that need some help right now.

About

Service for testing http requests and webhooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.6%
  • HTML 29.4%
  • Makefile 3.7%
  • Dockerfile 1.3%
  • Shell 1.0%