Skip to content

Grammarly like feature website created using flask with using aws services in backend.

Notifications You must be signed in to change notification settings

dineshtamang14/Grammarly-with-AWS

Repository files navigation

Grammarly-with-AWS

Grammarly like feature website created using flask with using aws services in backend.

To Run server on local developement environment

python3 main.py

To Run WSGI server on production environment on default port 8000

gunicorn wsgi:app

To Run WSGI server on production level in port 80

sudo gunicorn --bind 0.0.0.0:80 wsgi:app

About

Grammarly like feature website created using flask with using aws services in backend.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published