Integrates the frontend code with the backend library.
- Install pre-commit, requirements
pre-commit install
pip install -r requirements.txt
- Install Lib
pip install -e .
- Run commands
uvicorn cli.py:app
# or
python test_app.py
Assuming your node/JS environment is already initialized with the required packages installed.
$make backend_server
Assuming your python environment is already running with the required packages.
$make frontend_server