- Use python3.9 or newer
python3 -m venv <FOLDER-NAME>
source <FOLDER-NAME>/bin/activate
pip install -r requirements.txt
python app.py
- Configure app to use Aurora RDS instead of sqlite
- Create an environment variable for NEW_RELIC_CONFIG_FILE in the project settings. (cli or UI)