{"id":16416018,"url":"https://github.com/mjhea0/flask-landing","last_synced_at":"2025-06-18T23:36:34.543Z","repository":{"id":10172025,"uuid":"12256193","full_name":"mjhea0/Flask-Landing","owner":"mjhea0","description":"simple landing page to collect prelaunch emails","archived":false,"fork":false,"pushed_at":"2023-05-01T20:19:17.000Z","size":52,"stargazers_count":68,"open_issues_count":1,"forks_count":26,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-31T03:39:14.805Z","etag":null,"topics":["flask","landing-page","python"],"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/mjhea0.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":"2013-08-20T22:51:31.000Z","updated_at":"2025-02-03T00:45:51.000Z","dependencies_parsed_at":"2024-10-27T11:05:04.535Z","dependency_job_id":"e31631bb-6743-4dc3-90db-0b5e99f62b34","html_url":"https://github.com/mjhea0/Flask-Landing","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.21212121212121215","last_synced_commit":"262e4ace563db9e5fff80ab12b799ae01755a575"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjhea0/Flask-Landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjhea0%2FFlask-Landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjhea0%2FFlask-Landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjhea0%2FFlask-Landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjhea0%2FFlask-Landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjhea0","download_url":"https://codeload.github.com/mjhea0/Flask-Landing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjhea0%2FFlask-Landing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260653881,"owners_count":23042645,"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":["flask","landing-page","python"],"created_at":"2024-10-11T07:08:07.177Z","updated_at":"2025-06-18T23:36:29.526Z","avatar_url":"https://github.com/mjhea0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-Landing\n\n[![Build Status](https://travis-ci.org/mjhea0/Flask-Landing.svg?branch=master)](https://travis-ci.org/mjhea0/Flask-Landing)\n\nBoilerplate project template for a simple landing page to collect pre-launch emails. Powered by Flask, of course. \u003c3\n\n--\n\nAside for collecting emails from the app itself, you can also use it as back-end API for collecting emails from other landing pages.\n\n## QuickStart\n\n### Install\n\n1. Clone\n1. Create and activate a virtualenv\n1. Install the dependencies\n\n### Config\n\nUpdate *app/config.py*.\n\n#### Set Environment Variables\n\n```sh\n$ export APP_SETTINGS=\"app.config.DevelopmentConfig\"\n```\n\nor\n\n```sh\n$ export APP_SETTINGS=\"app.config.ProductionConfig\"\n```\n\n#### Create DB\n\n```sh\n$ python manage.py create_db\n$ python manage.py db init\n$ python manage.py db migrate\n$ python manage.py create_admin\n$ python manage.py create_data\n```\n\n#### Migrating DB\n\nUse the following after adding a columns to the models in *models.py* to create the needed columns in your database:\n\n```sh\n$ python manage.py db migrate\n$ python manage.py db upgrade\n```\n\n#### Run\n\n```sh\n$ python manage.py runserver\n```\n\n#### Testing\n\nWithout coverage:\n\n```sh\n$ python manage.py test\n```\n\nWithout coverage and limited to a module inside \"tests\" directory\n\n```sh\n$ python manage.py test --test_name=test_endpoints\n```\n\nWith coverage:\n\n```sh\n$ python manage.py cov\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjhea0%2Fflask-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjhea0%2Fflask-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjhea0%2Fflask-landing/lists"}