{"id":20551652,"url":"https://github.com/clarketm/tableexport_flask_app","last_synced_at":"2025-07-30T18:09:35.498Z","repository":{"id":53665061,"uuid":"74938833","full_name":"clarketm/tableexport_flask_app","owner":"clarketm","description":"TableExport + Flask sample app","archived":false,"fork":false,"pushed_at":"2021-03-19T23:47:01.000Z","size":5616,"stargazers_count":9,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T11:42:15.853Z","etag":null,"topics":["flask","tableexport","tableexport-flask"],"latest_commit_sha":null,"homepage":"https://tableexport-flask-app.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clarketm.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}},"created_at":"2016-11-28T05:01:21.000Z","updated_at":"2020-06-06T02:46:51.000Z","dependencies_parsed_at":"2022-09-10T15:40:33.080Z","dependency_job_id":null,"html_url":"https://github.com/clarketm/tableexport_flask_app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/clarketm/tableexport_flask_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarketm%2Ftableexport_flask_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarketm%2Ftableexport_flask_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarketm%2Ftableexport_flask_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarketm%2Ftableexport_flask_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarketm","download_url":"https://codeload.github.com/clarketm/tableexport_flask_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarketm%2Ftableexport_flask_app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267914651,"owners_count":24164763,"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-07-30T02:00:09.044Z","response_time":70,"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":["flask","tableexport","tableexport-flask"],"created_at":"2024-11-16T02:32:54.332Z","updated_at":"2025-07-30T18:09:35.478Z","avatar_url":"https://github.com/clarketm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [TableExport](https://github.com/clarketm/TableExport) + [Flask](http://flask.pocoo.org/)\n\nThis project is a simple app demonstrating the use of [TableExport](https://github.com/clarketm/TableExport) and [Flask](http://flask.pocoo.org/). It includes a sample project that you can use as a skeleton (or template) to get started.\n\n\u003cbr\u003e\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/clarketm/tableexport_flask_app.git)\n\n### Checkout the [demo](https://tableexport-flask-app.herokuapp.com/)!\n\u003cbr\u003e\n\n## Quickstart\n\nFirst, set your app's secret key as an environment variable.\n\u003e **e.g.** add the following to `.bashrc` or `.bash_profile`.\n\n``` bash\nexport TABLEEXPORT_FLASK_APP_SECRET='something-really-secret'\n```\n\nBefore running shell commands, set the `FLASK_APP` and `FLASK_DEBUG` environment variables.\n\n``` bash\nexport FLASK_APP=/path/to/autoapp.py\nexport FLASK_DEBUG=1\n```\n\nThen run the following commands to bootstrap your environment.\n\n``` bash\ngit clone https://github.com/clarketm/tableexport_flask_app\ncd tableexport_flask_app\npip install -r requirements/dev.txt\nbower install\nflask run\n\n# open browser to `localhost:5000`\n```\n\nYou will see a pretty welcome screen.\n\nOnce you have installed your DBMS, run the following to create your app's database tables and perform the initial migration.\n\n``` bash\nflask db init\nflask db migrate\nflask db upgrade\nflask run\n\n# open browser to `localhost:5000`\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\n## Shell\n\nTo open the interactive shell, run:\n\n``` bash\nflask shell\n```\n\nBy default, you will have access to the flask `app`.\n\n\n## Running Tests\n\nTo run all tests, run:\n\n``` bash\nflask test\n```\n\n## Migrations\n\nWhenever a database migration needs to be made. Run the following commands:\n\n``` bash\nflask db migrate\n```\n\nThis will generate a new migration script. Then run:\n\n``` bash\nflask db upgrade\n```\n\nTo apply the migration.\n\n\u003e For a full migration command reference, run `flask db --help`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarketm%2Ftableexport_flask_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarketm%2Ftableexport_flask_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarketm%2Ftableexport_flask_app/lists"}