{"id":27865187,"url":"https://github.com/rajgoesout/ci_cd_server_flask","last_synced_at":"2026-04-29T09:36:03.562Z","repository":{"id":111617962,"uuid":"252474211","full_name":"rajgoesout/CI_CD_server_flask","owner":"rajgoesout","description":"Backend repository for CI/CD webinar @HackJH","archived":false,"fork":false,"pushed_at":"2020-04-08T10:09:02.000Z","size":78,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-02T14:17:30.252Z","etag":null,"topics":["github","hackathon","hackjh","localhackday","microsoft","mlh"],"latest_commit_sha":null,"homepage":"https://flaskk-demo-api.herokuapp.com/api","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajgoesout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-04-02T14:11:31.000Z","updated_at":"2024-03-02T14:17:31.096Z","dependencies_parsed_at":"2023-05-03T15:01:56.772Z","dependency_job_id":null,"html_url":"https://github.com/rajgoesout/CI_CD_server_flask","commit_stats":null,"previous_names":["rajgoesout/ci_cd_server_flask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajgoesout%2FCI_CD_server_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajgoesout%2FCI_CD_server_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajgoesout%2FCI_CD_server_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajgoesout%2FCI_CD_server_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajgoesout","download_url":"https://codeload.github.com/rajgoesout/CI_CD_server_flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252399902,"owners_count":21741728,"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":["github","hackathon","hackjh","localhackday","microsoft","mlh"],"created_at":"2025-05-04T21:19:32.025Z","updated_at":"2026-04-29T09:35:58.531Z","avatar_url":"https://github.com/rajgoesout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CI/CD Server Flask\n\n![Build \u0026 Run](https://github.com/rajdeepbharati/CI_CD_server_flask/workflows/Build%20\u0026%20Run/badge.svg)\n\n## Getting Started\n\nFork this repo to your GitHub account, then clone it.\n\n```sh\ngit clone https://github.com/your-github-username/CI_CD_server_flask\n```\n\ncd into the project directory, set up environment variables and bootstrap the project:\n\n```sh\ncd CI_CD_server_flask\nexport MY_SECRET_KEY='something-really-secret'\nexport FLASK_APP=autoapp.py\nexport FLASK_DEBUG=1\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements/dev.txt\n```\n\nRun the following commands to create your app's database tables and perform the initial migration:\n\n```sh\nflask db init\nflask db migrate\nflask db upgrade\n```\n\nRun the tests locally:\n\n```sh\nflask test\n```\n\nRun server\n\n```sh\nflask run\n```\n\n## Deployment\n\nIn your production environment, make sure the `FLASK_DEBUG` environment variable is unset or is set to `0`, so that `ProdConfig` is used.\n\n## Prerequisites\n\n- Python (\u003e=3.7)\n- git\n- heroku account\n\n## Credits\n\nThis repository is a modification of gothinkster's flask-realworld-example-app:\nhttps://github.com/gothinkster/flask-realworld-example-app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajgoesout%2Fci_cd_server_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajgoesout%2Fci_cd_server_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajgoesout%2Fci_cd_server_flask/lists"}