Genrate US English Words from a given number of letters.
To run the application locally; run the command
pipenv install # to install application dependencies
gunicorn src.run:app # to run the application serverConfigure your .env file as shown in the sample below
FLASK_APP=src.run
FLASK_ENV=development
flask run