Grammarly like feature website created using flask with using aws services in backend.
python3 main.py
gunicorn wsgi:app
sudo gunicorn --bind 0.0.0.0:80 wsgi:app
Grammarly like feature website created using flask with using aws services in backend.
Python
Grammarly like feature website created using flask with using aws services in backend.
python3 main.py
gunicorn wsgi:app
sudo gunicorn --bind 0.0.0.0:80 wsgi:app