/NodeJS_librarySystem

The project focuses on basic operations in a library like adding new member, new books, searching books, members and facilities to borrow and reading books.

Primary LanguageJavaScript

library System backend

Description

A Backend Server ( based on node.js and express framework) using MongoDB as a database provider and mongoose as ODM .

Installing

  • Download the dependencies with npm package manager
npm install
npm start

Executing program

  • The website works on http://localhost:process.env.PORT || 8080 OR by nodemon which is run in development mode with monitoring of debugging terminal.