Using Datadog products APM, Continous Profiler, and RUM
- containerized -> from base directory
funvue-project
rundocker compose up --build
-
from
flask-server
activate your virtual environment: https://docs.python.org/3/library/venv.html -
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
- python 3 - https://www.python.org/downloads/
- docker desktop - https://docs.docker.com/get-docker/
- Vue cli - https://cli.vuejs.org/