Skip to content

AdityaGore19/Library-Management-System

 
 

Repository files navigation

Library Management System

Guide for node js backend

To test backend and connect to MySQL first you need to go to the Nodejs_JWT folder in backend. Then on command-prompt you need to type 'npm i bcryptjs express express-unless jsonwebtoken mongoose mongoose-unique-validator mysql' in that directory. Then type 'nodemon index.js'. Please note to run this application you need to install nodemon which can be installed by using 'npm install -g nodemon' on cmd. After running this application you must see 'Ready To Go! \n Connected to MySQL database'.

Search Among Books

The search feature has been added to the app. You can search by book name or author's name. You can also search by keywords of a book. Also it searchs locally i.e. it find the books which are locally added into the app.

Other changes

  1. The image is loaded throuogh URL instead of assets.
  2. Additional Books are added.

About

DBMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 72.9%
  • C++ 11.6%
  • CMake 10.2%
  • JavaScript 2.4%
  • Swift 1.0%
  • HTML 1.0%
  • Other 0.9%