{"id":15924075,"url":"https://github.com/yusufcanb/evening","last_synced_at":"2026-05-16T17:38:35.340Z","repository":{"id":119803095,"uuid":"237002729","full_name":"yusufcanb/evening","owner":"yusufcanb","description":"Evening is an Eve boilerplate project for rapid api deployment via yaml file configurations.","archived":false,"fork":false,"pushed_at":"2021-02-28T00:08:44.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T04:44:03.658Z","etag":null,"topics":["eve","eve-boilerplate","flask","prototype"],"latest_commit_sha":null,"homepage":"","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/yusufcanb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-29T14:34:06.000Z","updated_at":"2021-03-02T15:21:25.000Z","dependencies_parsed_at":"2023-06-03T05:15:43.242Z","dependency_job_id":null,"html_url":"https://github.com/yusufcanb/evening","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yusufcanb/evening","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fevening","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fevening/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fevening/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fevening/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusufcanb","download_url":"https://codeload.github.com/yusufcanb/evening/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fevening/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007311,"owners_count":26084280,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["eve","eve-boilerplate","flask","prototype"],"created_at":"2024-10-06T21:04:47.916Z","updated_at":"2025-10-11T13:10:43.568Z","avatar_url":"https://github.com/yusufcanb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evening\n\n![build-status](https://api.travis-ci.com/ycbayrak/evening.svg)\n\nEvening is an Eve boilerplate project for rapid api deployment via `.yaml` file configurations.\n\n## Getting Started\n\nInstall required python packages;\n\n```shell\npipenv install\n```\n\nActivate your Pipenv;\n\n```\npipenv shell\n```\n\nRun development server;\n\n```\npython manage.py runserver\n```\n\n## Guide\n\n### How to create resource?\n\nFirst, create new `.yaml` called `book.yaml` in `resources/` directory;\n\n```shell\ntouch resources/book.yaml\n```\n\nThen edit file with the content below;\n\n```yaml\nurl: book\nsorting: true\nresource_methods:\n  - GET\n  - POST\n  - DELETE\nitem_methods:\n  - GET\n  - PATCH\n  - DELETE\nschema:\n  name:\n    type: string\n  categoryId:\n    type: objectid\n    required: true\n  type:\n    type: string\n    allowed:\n      - bestseller\n      - low-price\n      - high-price\n  age:\n    type: number\n    max: 10\n```\n\nAll set, now run development server with;\n\n```shell\npython manage.py runserver\n```\n\nNavigate to the Swagger UI;\n\n```\nhttp://127.0.0.1:5000/docs\n```\n\nYou will see your book endpoints accordingly. You can check all configurations on `/docs/resource-config.rst` file.\n\n## Deployment\n\n### Docker\n\nBuild image with;\n\n```shell\ndocker build -t evening-api .\n```\n\nRun container with port binding;\n\n```shell\ndocker run -p 8000:8000 evening-api\n```\n\n### Docker Compose\n\nEvening preconfigured with MongoDB instance specified in `docker-compose.yml` file.\n\nSimply run;\n\n```shell\ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufcanb%2Fevening","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusufcanb%2Fevening","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufcanb%2Fevening/lists"}