Standalone server package for Project #3.
- Install core package:
python3 -m pip install -e /home/vankari/code/llaisys/python/llaisyscore --user --break-system-packages- Install server package:
python3 -m pip install -e /home/vankari/code/llaisys/python/server-project --user --break-system-packagescd /home/vankari/code/llaisys/python
python3 -m uvicorn server.app:app --host 0.0.0.0 --port 8000