- Install uv.
- Run
uv sync
.
- Activate the venv.
- Run
alembic upgrade head
. - Run
python -m app
. - That's it.
- Alternatively, it can be run via docker.
docker build -t lib-ms .
docker run -d --name lib-ms-app -p 8000:8500 lib-ms
- Screenshots are available in the screenshots folder.
- Deployed application can be found here