Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/