{"id":20400294,"url":"https://github.com/josethz00/flask_api_template","last_synced_at":"2026-05-11T15:14:30.034Z","repository":{"id":54582291,"uuid":"335768925","full_name":"josethz00/flask_api_template","owner":"josethz00","description":"Basic Flask API template to setup quickly your projects, right to the code, using Flask, Flask-Mail, Threads and SQLAlchemy ","archived":false,"fork":false,"pushed_at":"2021-03-05T02:28:31.000Z","size":97,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T11:48:36.274Z","etag":null,"topics":["async","flask","python","template"],"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/josethz00.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}},"created_at":"2021-02-03T22:11:02.000Z","updated_at":"2021-10-21T13:05:27.000Z","dependencies_parsed_at":"2022-08-13T20:30:50.294Z","dependency_job_id":null,"html_url":"https://github.com/josethz00/flask_api_template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fflask_api_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fflask_api_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fflask_api_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josethz00%2Fflask_api_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josethz00","download_url":"https://codeload.github.com/josethz00/flask_api_template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241948076,"owners_count":20047324,"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":["async","flask","python","template"],"created_at":"2024-11-15T04:39:20.867Z","updated_at":"2026-05-11T15:14:29.993Z","avatar_url":"https://github.com/josethz00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask API template 🤯🤯🤯\r\nThis is a public repository with contents of Flask Web Development, here you will find examples applied in a Restful API, and a basic and flexible structure to start your Flask apps.\r\n\u003cbr /\u003e\r\n\u003ch1\u003eSteps to run this app 👇👇👇\u003c/h1\u003e\r\n\u003cbr /\u003e\r\n\r\n1- Check if you have Python (3.2 or +) installed\r\n-----------------------------------\r\n\r\n\u003cli\u003eType in your terminal (Windows):\u003c/li\u003e\r\n\r\n```\r\n$ python\r\n```\r\n\r\n\u003cli\u003eType in your terminal (Unix):\u003c/li\u003e\r\n\r\n```\r\n$ python3\r\n```\r\n\r\n\u003ch4\u003eIf no errors were shown, it means that you already have Python installed\u003c/h4\u003e\r\n\r\n2- Installing Python (skip this if you already have Python installed)\r\n-----------------------------------\r\n\r\n\u003cimg src=\"https://i.ibb.co/LZKFrJR/windows.png\" alt=\"windows\" border=\"0\"\u003e - https://www.python.org/downloads/release/python-392/\r\n\r\n\u003cimg src=\"https://i.ibb.co/jwRSGyv/linux.png\" alt=\"linux\" border=\"0\"\u003e - ``` $ sudo apt-get install python3.9 ```\r\n\r\n\u003cimg src=\"https://i.ibb.co/N1m6pmM/apple.png\" alt=\"apple\" border=\"0\"\u003e - ``` brew install python3 ```\r\n\r\n3- Cloning repo\r\n-----------------------------------\r\n\r\n```\r\n$ git clone https://github.com/josethz00/flask_api_template\r\n```\r\n\r\n4- Enter in folder\r\n-----------------------------------\r\n\r\n```\r\n$ cd server\r\n```\r\n\r\n5- Install the requirements\r\n-----------------------------------\r\n\r\n```\r\n$ pip3 install -r requirements/requirements.txt\r\n```\r\n\r\n6- Start Flask server\r\n-----------------------------------\r\n\r\n```\r\n$ python3 run.py\r\n```\r\n\r\n\u003cbr /\u003e\r\n\r\n## Check some default env variables (available on ``` config/variables.py ```)\r\n\r\n| Env Variable  | Default Value |\r\n| ------------- | ------------- |\r\n| HOST  | '0.0.0.0'  |\r\n| PORT  | '8080' |\r\n| DEBUG | True |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosethz00%2Fflask_api_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosethz00%2Fflask_api_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosethz00%2Fflask_api_template/lists"}