{"id":19533626,"url":"https://github.com/tigerappsorg/tigerstudy","last_synced_at":"2025-10-10T21:09:53.040Z","repository":{"id":87029550,"uuid":"568910150","full_name":"TigerAppsOrg/TigerStudy","owner":"TigerAppsOrg","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-25T20:26:10.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T21:28:45.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/TigerAppsOrg.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,"zenodo":null}},"created_at":"2022-11-21T17:09:51.000Z","updated_at":"2024-08-17T12:53:46.000Z","dependencies_parsed_at":"2023-05-30T06:30:17.489Z","dependency_job_id":null,"html_url":"https://github.com/TigerAppsOrg/TigerStudy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TigerAppsOrg/TigerStudy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigerAppsOrg%2FTigerStudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigerAppsOrg%2FTigerStudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigerAppsOrg%2FTigerStudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigerAppsOrg%2FTigerStudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TigerAppsOrg","download_url":"https://codeload.github.com/TigerAppsOrg/TigerStudy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigerAppsOrg%2FTigerStudy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005409,"owners_count":26083883,"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-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-11-11T02:08:55.146Z","updated_at":"2025-10-10T21:09:53.028Z","avatar_url":"https://github.com/TigerAppsOrg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TigerStudy\n\n# Running locally\n\n## Initial setup\n\n1. Create a new conda environment: `conda create -n tigerstudy`\n1. Activate the conda environment: `conda activate tigerstudy`\n1. Install python: `conda install python=3.10`\n1. Clone this repo and `cd` into the base TigerStudy directory\n1. Install dependencies: `pip install -r requirements.txt`\n   - If you're running into a `psycopg2` error (`pg_config executable not found`), you probably have to install `postgresql`: https://stackoverflow.com/a/24645416\n1. Run `conda list` to validate that all packages in `requirements.txt` were installed.\n1. Set all environment variables:\n   - Login to Heroku and go to the Settings tab for the `tiger-study` app\n   - Reveal Config Vars\n   - For each Config Var key-value pair, create a local environment variable: `conda env config vars set key=value` (replace `key` and `value` with the actual key and value)\n   - For each env var you set, reactivate your conda environment: `conda activate tigerstudy`\n1. Run `conda env config vars list` to validate all env vars were set.\n\n## Running the dev server\n\nAfter following the initial setup steps above, you can run the local development server:\n\n1. `cd` into the main directory\n1. Activate your environment: `conda activate tigerstudy`\n1. In `app.py`, set the `LOCAL`, `TESTING`, and `LOGIN_DISABLED` constants to `True`.\n1. Run the server: `export FLASK_DEBUG=1 \u0026\u0026 flask run`\n   - Visit `http://localhost:5000/` to verify the server is up and running.\n   - In debug mode, the server auto-restarts when changes are made to its code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigerappsorg%2Ftigerstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigerappsorg%2Ftigerstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigerappsorg%2Ftigerstudy/lists"}