Using Datadog products APM, Continous Profiler, and RUM
- containerized -> from base directory
funvue-project
rundocker compose up --build
-
from
flask-server
activate 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.py
to start the flask server
-
install depedendencies: from
funvue
directory runnpm install
-
from funvue directory:
npm run dev
to start the development server -
website will be running at http://localhost:8080