{"id":21952037,"url":"https://github.com/systangotechnologies/flaskboilerplate","last_synced_at":"2026-04-16T07:35:23.488Z","repository":{"id":52154632,"uuid":"236705300","full_name":"SystangoTechnologies/FlaskBoilerplate","owner":"SystangoTechnologies","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-06T20:02:19.000Z","size":47,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T18:11:47.060Z","etag":null,"topics":[],"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/SystangoTechnologies.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":"2020-01-28T10:05:20.000Z","updated_at":"2020-04-15T10:54:01.000Z","dependencies_parsed_at":"2022-08-28T13:31:08.892Z","dependency_job_id":null,"html_url":"https://github.com/SystangoTechnologies/FlaskBoilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SystangoTechnologies/FlaskBoilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFlaskBoilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFlaskBoilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFlaskBoilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFlaskBoilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystangoTechnologies","download_url":"https://codeload.github.com/SystangoTechnologies/FlaskBoilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFlaskBoilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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-29T06:19:19.292Z","updated_at":"2026-04-16T07:35:23.454Z","avatar_url":"https://github.com/SystangoTechnologies.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APIs with Flask and MongoDB\n\n### Setup \n\n## Installation in Ubuntu\n\n  1. Install python3.7:\n    `sudo apt install software-properties-common`\n    `sudo add-apt-repository ppa:deadsnakes/ppa`\n    `sudo apt-get update`\n    `sudo apt-get install python3.7`\n\n  2. Install pip:\n    `sudo apt install python3-pip`\n\n  3. Install pipenv:\n    `pip3 install --user pipenv`\n\n  4. Create virtual environment using pipenv:\n    `pipenv shell --python python3.7`\n\n  5. Activate virtual environment(Not necessary after step 4 but later its needed once environment is deactivated):\n    `pipenv shell`\n\n  6. Install requirements from pipfile.lock:\n    `pipenv install`\n\n**NOTE:** If you face below error on STEP 4\n\n`pipenv: command not found` the follow the instructions in below link: https://www.ostechnix.com/pipenv-officially-recommended-python-packaging-tool/\n\n**NOTE:** For ubuntu 18 LTS if you face below error on STEP 3\n\n`Traceback (most recent call last):`\n  `File \"/usr/bin/pip3\", line 9, in \u003cmodule\u003e`\n    `from pip import main`\n`ImportError: cannot import name 'main'`\n then run below command:\n`bash --login` or follow https://superuser.com/questions/1432768/how-to-properly-install-pipenv-on-wsl-ubuntu-18-04\n\n\n## Quick start\n\nRun following command to start flask server:\n    `python app.py`\n\n\n## Running Tests\n\nRun following command to run unit test cases:\n    `pytest`\n\nrun below command to check test coverage:\n    `pytest --cov=api --cov-report term-missing`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Fflaskboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystangotechnologies%2Fflaskboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Fflaskboilerplate/lists"}