{"id":17115186,"url":"https://github.com/laura-barluzzi/search-application","last_synced_at":"2026-04-10T02:54:59.378Z","repository":{"id":76406401,"uuid":"129414596","full_name":"laura-barluzzi/search-application","owner":"laura-barluzzi","description":"An application that enables logged in users to search words within existing documents","archived":false,"fork":false,"pushed_at":"2018-04-13T18:44:03.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:44:08.352Z","etag":null,"topics":["docker","elasticsearch","flask","mongodb","mysql","python3"],"latest_commit_sha":null,"homepage":null,"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/laura-barluzzi.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":"2018-04-13T14:37:49.000Z","updated_at":"2019-08-28T14:50:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"da15a893-b84a-472b-a1bf-9a7e22d04867","html_url":"https://github.com/laura-barluzzi/search-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laura-barluzzi/search-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laura-barluzzi%2Fsearch-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laura-barluzzi%2Fsearch-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laura-barluzzi%2Fsearch-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laura-barluzzi%2Fsearch-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laura-barluzzi","download_url":"https://codeload.github.com/laura-barluzzi/search-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laura-barluzzi%2Fsearch-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278544084,"owners_count":26004256,"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-05T02:00:06.059Z","response_time":54,"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":["docker","elasticsearch","flask","mongodb","mysql","python3"],"created_at":"2024-10-14T17:22:01.185Z","updated_at":"2025-10-06T01:11:53.701Z","avatar_url":"https://github.com/laura-barluzzi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search Application\n\n## Development setup\n\nFor running locally, create a file `.env` with the following contents:\n\n```\nPORT=8080\nFLASK_CONFIG_DEBUG=True\nFLASK_CONFIG_PASSWORD_SALT=changeme\nFLASK_CONFIG_SECRET_KEY=changeme\nMYSQL_USER=changeme\nMYSQL_PASSWORD=changeme\nMYSQL_ROOT_PASSWORD=changeme\n```\n\nNow run `docker-compose up --build` to start MySQL, NGINX, ElasticSearch,\nMongoDB and Flask.\n\n## Production setup\n\nFor running in production, create a file `.env` with the following contents:\n\n```\nPORT=80\nFLASK_CONFIG_DEBUG=False\nFLASK_CONFIG_PASSWORD_SALT=changeme\nFLASK_CONFIG_SECRET_KEY=changeme\nMYSQL_USER=changeme\nMYSQL_PASSWORD=changeme\nMYSQL_ROOT_PASSWORD=changeme\n```\n\nRemember to update all the `changeme` placeholders to secure random values!\n\n## Running tests\n\nThere are end-to-end tests for the project which can be run with:\n\n```bash\npip3 install requests\npython3 test.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaura-barluzzi%2Fsearch-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaura-barluzzi%2Fsearch-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaura-barluzzi%2Fsearch-application/lists"}