{"id":22589219,"url":"https://github.com/timothystiles/boslab-flask-app","last_synced_at":"2025-03-28T17:45:34.936Z","repository":{"id":37062175,"uuid":"116871891","full_name":"TimothyStiles/boslab-flask-app","owner":"TimothyStiles","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T00:45:12.000Z","size":40,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T18:33:29.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/TimothyStiles.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":"2018-01-09T21:18:43.000Z","updated_at":"2018-01-11T18:31:33.000Z","dependencies_parsed_at":"2023-01-24T05:00:19.336Z","dependency_job_id":null,"html_url":"https://github.com/TimothyStiles/boslab-flask-app","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/TimothyStiles%2Fboslab-flask-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyStiles%2Fboslab-flask-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyStiles%2Fboslab-flask-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyStiles%2Fboslab-flask-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimothyStiles","download_url":"https://codeload.github.com/TimothyStiles/boslab-flask-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246074311,"owners_count":20719648,"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":[],"created_at":"2024-12-08T08:12:39.877Z","updated_at":"2025-03-28T17:45:34.919Z","avatar_url":"https://github.com/TimothyStiles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boslab Flask App\n\nApp to manage and automate Boslab Operations\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nGive examples\n```\n\n### Installing\n\nA step by step series of examples that tell you have to get a development env running\n\nSay what the step will be\n\n```\nGive the example\n```\n\nAnd repeat\n\n```\nuntil finished\n```\n\nEnd with an example of getting some data out of the system or using it for a little demo\n\n## Running the tests\n\nExplain how to run the automated tests for this system\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n### And coding style tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n## Deployment\n\nAdd additional notes about how to deploy this on a live system\n\n## Built With\n\n* [Flask](http://flask.pocoo.org/) - The web framework used\n* [virtualenv](https://virtualenv.pypa.io/en/stable/) - Dependency Management\n* [Postgres](https://www.postgresql.org/) - Object Relational Database\nManagement System\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).\n\n## Authors\n\n* **Francis Lee** - *Initial work* - [PurpleBooth](https://github\n.com/francisglee)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Hat tip to anyone who's code was used\n* Inspiration\n* etc\n\n## Resources\n### Flask Intro\n1. https://pythonspot.com/en/flask-web-app-with-python/\n2. https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world\n\n### Postgres Intro\n1. https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-16-04\n2. https://gist.github.com/apolloclark/ea5466d5929e63043dcf\n\n### Flask and Postgres\n1. https://www.theodo.fr/blog/2017/03/developping-a-flask-web-app-with-a-postresql-database-making-all-the-possible-errors/\n2. http://newcoder.io/scrape/intro/\n3. http://blog.sahildiwan.com/posts/flask-and-postgresql-app-deployed-on-heroku/\n4. http://www.vertabelo.com/blog/technical-articles/web-app-development-with-flask-sqlalchemy-bootstrap-part-2\n5. http://www.patricksoftwareblog.com/database-using-postgresql-and-sqlalchemy/\n6. https://stackoverflow.com/questions/40971413/how-to-read-data-from-postgresql-in-python-using-flask-and-sqlalchemy\n7. http://flask-sqlalchemy.pocoo.org/2.1/quickstart/\n8. http://kronosapiens.github.io/blog/2014/07/29/setting-up-unit-tests-with-flask.html\n9\t. https://realpython.com/blog/python/flask-by-example-part-2-postgres-sqlalchemy-and-alembic/\n\n\n### Directory structures for large flask apps\n1. https://www.digitalocean.com/community/tutorials/how-to-structure-large-flask-applications\n2. http://exploreflask.com/en/latest/organizing.html\n\n### Webscraping: scrapy vs beautifulsoup\n1. https://hexfox.com/p/scrapy-vs-beautifulsoup/\n\n### Flask and Docker\n1. http://containertutorials.com/docker-compose/flask-compose.html\n\n### Packaging and Distributing Applications\n1. https://www.digitalocean.com/community/tutorials/how-to-package-and-distribute-python-applications\n2. http://blog.sampingchuang.com/structure-a-large-flask-api-backend-app/\n\n# TODO\n1. Relations for models.py\n2. Module calling for __init__.py\n3. Finish setup.py\n4. Finish run.py\n5. Fill out static and templates\n6.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothystiles%2Fboslab-flask-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothystiles%2Fboslab-flask-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothystiles%2Fboslab-flask-app/lists"}