Need to make current flask app on AWS EC2 in a web app for multiple users
Budget: $30 – $250 USD
figuring Flask app inside EC2
Run Gunicorn WSGI server to serve the Flask Application
Use systemd to manage Gunicorn
Run Nginx Webserver to accept and route request to Gunicorn
Original framework - simpler example https://codeshack.io/login-system-python-flask-mysql/
This of course was built out .
Must put code in github and document
Run Gunicorn WSGI server to serve the Flask Application
Use systemd to manage Gunicorn
Run Nginx Webserver to accept and route request to Gunicorn
Original framework - simpler example https://codeshack.io/login-system-python-flask-mysql/
This of course was built out .
Must put code in github and document