niranjan-7 / lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Management System

This repository contains the backend code for a Library Management System, built using TypeORM and Nest.js. The system includes the following entities: Book, BookSet(WIP), Borrow, Comment(WIP), and User.

Installation

Clone this repo and update the db uri in .env and install the necessary dependencies, run:

npm install

To run the program in development mode, use:

npm run dev

Endpoints

Check all the endpoints in this url(local):

http://localhost:3000/api

About


Languages

Language:TypeScript 87.2%Language:HTML 6.7%Language:CSS 3.6%Language:JavaScript 2.6%