/book-management-project

This template guides you through an API documentation focused on user profiles and book management using Node.js and MongoDB.

Primary LanguageTypeScript

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads

Description

This project primarily requires configuration for MongoDB within the app.module.ts file. You can complete configuration by using a local database. Schema design is indicated in comments within the models folder of the project. Please follow the steps below to install dependencies and start the application.

Türkçe Açıklama

Bu proje, MongoDB için app.module.ts dosyasında yapılandırma gerektirir. Yerel bir veritabanı kullanarak yapılandırma işlemlerini tamamlayabilirsiniz. Şema tasarımı, projenin models klasöründe yorumlarla belirtilmiştir. Bağımlılıkları yüklemek ve uygulamayı başlatmak için lütfen aşağıdaki adımları takip edin.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov