/crispy-dollop

A library management system project assignment

Primary LanguageHTML

LibMS

Setup

  • Install uv.
  • Run uv sync.

Running

  • 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

  • Screenshots are available in the screenshots folder.

Deployed Application

  • Deployed application can be found here