{"id":20416658,"url":"https://github.com/r-rijnbeek/flask_postgresql_template","last_synced_at":"2026-05-08T13:11:21.099Z","repository":{"id":137542792,"uuid":"457299217","full_name":"R-Rijnbeek/flask_postgresql_template","owner":"R-Rijnbeek","description":"The purpose of this repository is to make a standard FLASK application template to create standard get request able to connect with a postgreSQL database, LOG management and error management with EMAIL (Configurated for GMAIL ).  After you get a working environment. You can use it and build new webservices.","archived":false,"fork":false,"pushed_at":"2022-02-09T18:36:14.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T17:13:05.299Z","etag":null,"topics":["flask-application","postgresql","python","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R-Rijnbeek.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-09T09:52:51.000Z","updated_at":"2022-02-09T18:55:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"474fb5cf-d6f7-429b-9b2e-554d4648cc9f","html_url":"https://github.com/R-Rijnbeek/flask_postgresql_template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R-Rijnbeek/flask_postgresql_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Rijnbeek%2Fflask_postgresql_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Rijnbeek%2Fflask_postgresql_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Rijnbeek%2Fflask_postgresql_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Rijnbeek%2Fflask_postgresql_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-Rijnbeek","download_url":"https://codeload.github.com/R-Rijnbeek/flask_postgresql_template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-Rijnbeek%2Fflask_postgresql_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-application","postgresql","python","sqlalchemy"],"created_at":"2024-11-15T06:21:35.392Z","updated_at":"2026-05-08T13:11:21.063Z","avatar_url":"https://github.com/R-Rijnbeek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask_postgresql_template\n\nThe purpose of this repository is to make a standard FLASK aplication template to create standard get request able to connect with a postgreSQL database, LOG management and error managenment with EMAIL (Configurated for GMAIL ).\n\nAfther you get a working environment. You can use it and build new webservices.\n\n## prerequisites\n\nHas anaconda installed on windows. And configured you system variables ($path) of anaconda on windows:\n* C:\\ProgramData\\Anaconda3\n* C:\\ProgramData\\Anaconda3\\Scripts\n* C:\\ProgramData\\Anaconda3\\Library\\bin\n\n## Instalation protocol\n\n1. Clone the github repository.\n```\n$ git clone https://github.com/R-Rijnbeek/flask_postgresql_template.git\n```\n\n2. Enter the project folder.\n```\n$ cd flask_postgresql_template\n```\n\n3. Build the virtual environment on the repository by running:\n```\n$ build.bat\n```\n\n4. To activate the environmet and run the webservice:\n```\n$ activate ./env\n$ python entrypoint.py\n```\nor use your interpreter using the right virtual environment.\n\nAfther that, you can test it writing on your webbrowser: http://127.0.0.1:8080/hello_world?NAME=John getting as output:\n\n```\n{\"DATA\":{\"message\":\"Hello World John\"},\"SUCCES\":true}\n```\n\n## Notes to know:\n\n1. The dependencies to use all features of this repository are writed on the environmet.yml file\n2. Future feature: Make the EMAIL content optional\n3. This repository is tested with windows 10 and anaconda version 4.11.0.\n4. This is a standard template. You can use it for your purpose to make it easier to build you flask webservice aplication and install or create new features on your local repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-rijnbeek%2Fflask_postgresql_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-rijnbeek%2Fflask_postgresql_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-rijnbeek%2Fflask_postgresql_template/lists"}