{"id":13468466,"url":"https://github.com/dternyak/molten-boilerplate","last_synced_at":"2025-10-25T13:02:24.727Z","repository":{"id":81842474,"uuid":"150894239","full_name":"dternyak/molten-boilerplate","owner":"dternyak","description":"A boilerplate for the molten framework by Bogdanp                  https://github.com/Bogdanp/molten","archived":false,"fork":false,"pushed_at":"2018-09-30T19:09:28.000Z","size":53,"stargazers_count":49,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T07:23:33.935Z","etag":null,"topics":["api-documentation","api-rest","backend","molten","openapi","python","python3","restful-api","swagger"],"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/dternyak.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}},"created_at":"2018-09-29T18:57:43.000Z","updated_at":"2024-01-04T16:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"89c8c360-9f3d-4fec-bc17-6807802765f4","html_url":"https://github.com/dternyak/molten-boilerplate","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/dternyak%2Fmolten-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dternyak%2Fmolten-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dternyak%2Fmolten-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dternyak%2Fmolten-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dternyak","download_url":"https://codeload.github.com/dternyak/molten-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249980738,"owners_count":21355495,"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":["api-documentation","api-rest","backend","molten","openapi","python","python3","restful-api","swagger"],"created_at":"2024-07-31T15:01:11.481Z","updated_at":"2025-10-25T13:02:24.643Z","avatar_url":"https://github.com/dternyak.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Molten-Boilerplate\n\n## What's included?\n- SQLAlchemy\n- alembic\n- camelCase API\n- py.test (with coverage)\n- invoke (CLI)\n\n## Usage\n1. Install requirements\n\n```\nvirtualenv -p python3.6 venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n2. Adjust `settings.toml` with your `DATABASE_URL` on `common` and `test`.\n\nFor now, `common` represents both production and dev.\n\nFinally, run:\n\n```\nalembic upgrade head\n```\n\nIf you make changes to your model,\nyou'll need to adjust `migrations/env` to import any new models.\n\nThen, run:\n\n```\nalembic revision -m \"New thing did\" --autogenerate\n```\n\n\n### Dev\n```\n$ invoke start\n```\n\n### Test\n```\n$ invoke test --cov --verbose\n```\n\n## TODO\n- [ ] Integrate pre-commit linting","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdternyak%2Fmolten-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdternyak%2Fmolten-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdternyak%2Fmolten-boilerplate/lists"}