Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobpclouse/flaskpythonwebapp
An interesting collection of websites made with python, angular and flask
https://github.com/jacobpclouse/flaskpythonwebapp
Last synced: 4 days ago
JSON representation
An interesting collection of websites made with python, angular and flask
- Host: GitHub
- URL: https://github.com/jacobpclouse/flaskpythonwebapp
- Owner: jacobpclouse
- Created: 2022-05-21T18:28:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T00:35:39.000Z (almost 2 years ago)
- Last Synced: 2023-04-29T21:51:25.808Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flaskPythonWebApp
## My website made with flask and python
__Number 1 Goal:__
- get a simple web app up with python flask backend and simple front end__Links:__
- https://docs.python.org/3/library/venv.html- https://www.digitalocean.com/community/tutorials/how-to-create-your-first-web-application-using-flask-and-python-3
- https://www.digitalocean.com/community/tutorials/how-to-use-templates-in-a-flask-application
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-20-04
- https://www.google.com/search?q=make+a+simple+web+page+with+flask&oq=make+a+simple+web+page+with+flask&aqs=chrome..69i57j33i160l4j33i22i29i30l2.12832j0j4&client=ms-android-verizon&sourceid=chrome-mobile&ie=UTF-8
- https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/
- install docker engine: https://docs.docker.com/engine/install/ubuntu/
- https://stackoverflow.com/questions/2942485/psql-fatal-ident-authentication-failed-for-user-postgres
- Flask Documentation: https://flask.palletsprojects.com/en/2.2.x/quickstart/
- Email API for Sendgrid: https://docs.sendgrid.com/for-developers/sending-email/quickstart-python#enable-two-factor-authentication
- Ignoring Files with Github: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files AND https://techblost.com/how-to-setup-gitignore-file/
- Setup environment var because of 401 error: https://stackoverflow.com/questions/39717986/httperror-http-error-401-unauthorized-for-sendgrid-integration-with-python
- Login Setup: https://realpython.com/introduction-to-flask-part-2-creating-a-login-page/