Skip to content

bhaxkar/lms

Repository files navigation

📚 Library Management System - Backend

A backend REST API for managing a Library Management System.

Built using modern backend technologies with scalable architecture.


🚀 Tech Stack

  • Nest.js
  • PostgreSQL
  • Prisma ORM
  • TypeScript

📌 Features

  • Auth Management (Admin / LIBRARIAN / Members)
  • User Managment
  • Book Management
  • Borrow & Return Books
  • Book Category Tracking
  • Authentication & Authorization (JWT)
  • Database integration with Prisma ORM

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

Backend REST API for a Library Management System built with NestJS, PostgreSQL, Prisma ORM, and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors