The miniproject is developed in nodejs to understand
the concepts and the methods of nodejs
This project is a updation to arjunsk/php-library-management-system who developed the project in (php)
The basic functionalities include
- adding Bookcase such as ‘bedside bookcase’ or ‘hallway bookcase’, with shelf count and capacity
- adding books to the bookcase
- deleting Bookcase (puts the books to the heap)
- Display your profile info
Requirements:
- NODEJS latest Version
- NPM
- MySQL
- other supplimentry modules and library
Instruction
- download the git and extract
- change directory to the folder
- use node index.js command to run project