docker-compose up
Check --> http://localhost:8888
- docker doesnt work currently
- Ui needs more components and functionalities
- port ui to react maybe?
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 -m uvicorn app:app --reload --port=5555
cd ui
yarn install
yarn serve