{"id":20238336,"url":"https://github.com/alvisonhunterarnuero/emergency-numbers","last_synced_at":"2026-05-10T01:12:24.150Z","repository":{"id":103743888,"uuid":"290110120","full_name":"AlvisonHunterArnuero/emergency-numbers","owner":"AlvisonHunterArnuero","description":"This is a simple Python Web App with Flask to practice this language with this framework. I will be updating another repo with flask as well for a CRUD app. After this, I will try Django","archived":false,"fork":false,"pushed_at":"2020-09-02T03:57:06.000Z","size":4867,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T01:14:42.044Z","etag":null,"topics":["flask","python3","static-site","webapp"],"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/AlvisonHunterArnuero.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":"2020-08-25T04:12:54.000Z","updated_at":"2023-05-25T02:16:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"53695fc9-47da-421b-a18b-2a33b0ddece2","html_url":"https://github.com/AlvisonHunterArnuero/emergency-numbers","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/AlvisonHunterArnuero%2Femergency-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvisonHunterArnuero%2Femergency-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvisonHunterArnuero%2Femergency-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvisonHunterArnuero%2Femergency-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlvisonHunterArnuero","download_url":"https://codeload.github.com/AlvisonHunterArnuero/emergency-numbers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241685519,"owners_count":20003102,"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":["flask","python3","static-site","webapp"],"created_at":"2024-11-14T08:33:29.353Z","updated_at":"2026-05-10T01:12:19.117Z","avatar_url":"https://github.com/AlvisonHunterArnuero.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EMERGENCY PHONE NUMBERS\n#### Basic Static Flask Website - Made with ❤️ in Flask By Alvison Hunter Arnuero - August 31st, 2020.\n\nWelcome to the __Emergency Phone Numbers__, my first flask static website. This readme file will give you an overview of the characteristics I put together when building this website. *This project is still undergoing construction but I hope I have more time in the upcoming weekend to advance with it and put some missing features that I have planned to add soon.*\n\n## Basic Features\n- Basic Routing\n- 404 error handling\n- development env startup\n- User login/logout template\n- Modern user interface\n- Bootstrap 4 CSS framework\n- Limited custom css/js\n- Easily customizable\n\nUpcoming feature: We will add the email functionality based in Flask Email, a great\n\n***\n## Setup\n\nMake sure to have Python 3.6 or newer, and pip installed.\n\n#### Get virtualenv\n```bash\n$ pip install virtualenv\n```\n#### Create a virtual environment. You can use any name you want, I usually use \"venv\" as the below command:\n```bash\n$ python3 -m venv venv\n```\n\n#### Proceed to activate this environment with the below command.\n```bash\n$ source bin/activate\n```\n\nNow you have activated your virtual environment and your teminal should display its name as so:\n```bash\n$(venv)\n```\n\n#### Now, Clone the repository into your local environment folder\n```bash\n$ git clone https://github.com/AlvisonHunterArnuero/emergency-numbers\n$ cd emergency-numbers\n```\n\n#### To run this application yourself, please install its requirements first:\n```bash\n$ pip install -r sample_app/requirements.txt\n```\n\n#### Run the application with the below command.\n```bash\n$ export FLASK_APP=sample_app\n$ flask run\n```\n\n#### Optionally you can set FLASK_ENV=development like this:\n```bash\n$ FLASK_APP=app.py FLASK_ENV=development flask run\n```\n\nYou’ll see output similar to this:\n\n```bash\n$ FLASK_APP=app.py FLASK_ENV=development flask run\n * Serving Flask app \"app.py\" (lazy loading)\n * Environment: development\n * Debug mode: on\n * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n * Restarting with stat\n * Debugger is active!\n * Debugger PIN: 169-197-047\n```\n\nAfterwards, point your browser to http://127.0.0.1:5000/ or the localhost:5000, then check out the source code with your favorite editor. I use Visual Studio Code and Sublime sometimes. Any feedback in regards this code will certainly come handy, thanks for the support, folks!\n\n\u003cp align=\"center\"\u003e\n🌟 PLEASE STAR THIS REPO IF YOU FOUND SOMETHING INTERESTING 🌟\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvisonhunterarnuero%2Femergency-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvisonhunterarnuero%2Femergency-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvisonhunterarnuero%2Femergency-numbers/lists"}