{"id":19123747,"url":"https://github.com/cwithmichael/devotionals_api_flask","last_synced_at":"2026-06-05T17:30:18.238Z","repository":{"id":50205244,"uuid":"113723125","full_name":"cwithmichael/devotionals_api_flask","owner":"cwithmichael","description":"Api for storing and retrieving daily devotionals built with Swagger and Flask","archived":false,"fork":false,"pushed_at":"2022-12-07T23:51:51.000Z","size":35,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T09:14:38.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwithmichael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-10T04:33:43.000Z","updated_at":"2018-05-04T01:06:31.000Z","dependencies_parsed_at":"2023-01-24T05:15:58.735Z","dependency_job_id":null,"html_url":"https://github.com/cwithmichael/devotionals_api_flask","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/cwithmichael%2Fdevotionals_api_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fdevotionals_api_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fdevotionals_api_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fdevotionals_api_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwithmichael","download_url":"https://codeload.github.com/cwithmichael/devotionals_api_flask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240182101,"owners_count":19761191,"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":[],"created_at":"2024-11-09T05:27:03.100Z","updated_at":"2026-06-05T17:30:18.203Z","avatar_url":"https://github.com/cwithmichael.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devotionals API \n\n## Overview\nThis server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. \n\n## Requirements\nPython 3.5.3+\n\nMongoDB\n\n\n## Usage\nTo run the server, make sure you have a MongoDB instance running locally on port 27017 and please execute the following from the root directory:\n\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\npython -m swagger_server\n```\n\nand open your browser to here:\n\n```\nhttp://localhost:8080/api/v1/ui/\n```\n\nYour Swagger definition lives here:\n\n```\nhttp://localhost:8080/api/v1/swagger.json\n```\n\nTo run the tests\n```\ntox\n```\n\n## Running with Docker\n\nTo run the server on a Docker container, please execute the following from the root directory:\n\n```bash\n# building the image\ndocker build -t swagger_server .\ndocker pull mongo:latest\n# starting up a container\ndocker run --name devotionals_mongo -p 27017:27017  -d mongo\ndocker run --rm --name devotionals_api --link devotionals_mongo:localhost -p 8080:8080 swagger_server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fdevotionals_api_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwithmichael%2Fdevotionals_api_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fdevotionals_api_flask/lists"}