Using Datadog products APM, Continous Profiler, and RUM
- containerized -> from base directory
funvue-projectrundocker compose up --build
-
from
flask-serveractivate a virtual environment using commandpython3 -m venv .venv -
activate the virtual environment using command:
source .venv/bin/activate -
install dependencies: run
pip install -r requirements.txt -
run
ddtrace-run python3 app.pyto start the flask server
-
install depedendencies: from
funvuedirectory runnpm install -
from funvue directory:
npm run devto start the development server -
website will be running at http://localhost:8080