/library-mgmt-api

API for managing library's book catalog, loans, and readers using Nest.js and Sequelize ORM.

Primary LanguageTypeScript

Configure

setup sequelize.config.js with your database config
then go on with the next step

Running the app

# development
$ npm run start:dev