This will create and activate the virtual environment - poetry shell
This will install all dependencies - poetry install
poetry shell
poetry install
Make sure poetry environment is enabled, then run the following code
flask --app main run --debug --port 80
poetry add <package>
poetry add <package> --group prod
poetry remove <package>
FLASK_ENV=development
MONGODB_URI=mongodb+srv://<username>:<password>@<yourcluster>.mongodb.net/
LICENSE_LEN=16
poetry install --with prod
gunicorn main:app