{"id":20677851,"url":"https://github.com/clivern/kevin","last_synced_at":"2025-07-26T07:12:01.911Z","repository":{"id":86321794,"uuid":"128554588","full_name":"Clivern/Kevin","owner":"Clivern","description":"🐺 Web Application to Inspect HTTP Requests \u0026 Build Custom Endpoints.","archived":false,"fork":false,"pushed_at":"2023-12-15T08:56:33.000Z","size":4573,"stargazers_count":3,"open_issues_count":16,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T04:29:28.528Z","etag":null,"topics":["automation","django","docker","endpoints","http-requests","kevin","mockbin","python","python3","requestbin","testing","testing-tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clivern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-04-07T17:59:41.000Z","updated_at":"2021-06-23T02:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3e47cb0-8cb8-45fc-9152-4df8d96cc191","html_url":"https://github.com/Clivern/Kevin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FKevin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FKevin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FKevin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clivern%2FKevin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clivern","download_url":"https://codeload.github.com/Clivern/Kevin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242910309,"owners_count":20205267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","django","docker","endpoints","http-requests","kevin","mockbin","python","python3","requestbin","testing","testing-tool"],"created_at":"2024-11-16T21:17:19.610Z","updated_at":"2025-03-10T19:23:01.157Z","avatar_url":"https://github.com/Clivern.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"150\" src=\"https://raw.githubusercontent.com/Clivern/Kevin/master/static/assets/images/logo.png\"\u003e\n\u003c/p\u003e\n\n# Kevin\nWeb Application to Inspect HTTP Requests \u0026 Build Custom Endpoints.\n\n[![Build Status](https://travis-ci.org/Clivern/Kevin.svg?branch=master)](https://travis-ci.org/Clivern/Kevin)\n\nInstallation\n------------\n\nIn order to run this app do the following:\n\n### Default Install\n\n1. Get the application code\n\n```bash\ngit clone https://github.com/Clivern/Kevin.git kevin\ncd kevin\ncp .env.example .env\n```\n\n2. Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n3. Edit the .env file manually or use command for that\n\n```bash\n# Set DB Host\npython manage.py kevin update_env DB_HOST=127.0.0.1\n\n# Set DB Port\npython manage.py kevin update_env DB_PORT=3306\n\n# Set DB Name\npython manage.py kevin update_env DB_DATABASE=kevin\n\n# Set DB Username\npython manage.py kevin update_env DB_USERNAME=root\n\n# Set DB Password\npython manage.py kevin update_env DB_PASSWORD=\n\n# Create a new app key (Required)\npython manage.py kevin update_app_key\n\n# Set DB Type (mysql or sqlite supported till now)\npython manage.py kevin update_env DB_CONNECTION=mysql\n```\n\n4. Migrate The Database.\n\n```bash\npython manage.py migrate\n```\n\n5. Run The Server\n\n```bash\npython manage.py runserver\n```\n\n6. Run the Jobs Schedule.\n\n```bash\npython manage.py schedule run \u003c /dev/null\n# Or as a process\npython manage.py schedule run \u003c/dev/null \u0026\n```\n\n7. Go to `http://127.0.0.1:8000/install` to install the application.\n\n\n### With Docker\n\n1. Get the application code\n\n```bash\ngit clone https://github.com/Clivern/Kevin.git kevin\ncd kevin\ncp .env.docker .env\n```\n\n2. Then run our docker containers\n\n```bash\ndocker-compose build\ndocker-compose up -d\n```\n\n3. Open your browser and access the `http://127.0.0.1:8000/`.\n\n4. Also you can add `http://kevin.com` to your `/etc/hosts` file.\n\n```bash\n127.0.0.1:8000       kevin.com\n```\n\n5. To Check our containers, use the following command:\n\n```bash\ndocker-compose ps\n```\n\n6. To stop our containers\n\n```bash\ndocker-compose down\n```\n\n\n### Running on production\n\nCurrently kevin is still under development and for sure we will explain how to run it on production after the first release.\n\n\n### Automated Deployment\n\nCurrently we support chef to deploy kevin and even automate your deployment with each release. [Just use this chef cookbook](https://github.com/Clivern/Kevin-Cookbook) and you will amazed with the features it supports.\n\n\nMisc\n====\n\nChangelog\n---------\nVersion 1.0.0:\n```\nComing Soon.\n```\n\nAcknowledgements\n----------------\n\n© 2018, Clivern. Released under [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).\n\n**Kevin** is authored and maintained by [@clivern](http://github.com/clivern).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivern%2Fkevin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclivern%2Fkevin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivern%2Fkevin/lists"}