Skip to content

pafable/tracing-python-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prequistes

  • Use python3.9 or newer

Prerequistes

Create Virtual Environment

python3 -m venv <FOLDER-NAME>

Activate Virtual Environment

source <FOLDER-NAME>/bin/activate

Install Python Packages

pip install -r requirements.txt

Run app

python app.py

To Do

  • Configure app to use Aurora RDS instead of sqlite

Deploying to Heroku

  • Create an environment variable for NEW_RELIC_CONFIG_FILE in the project settings. (cli or UI)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published