This project can help you manage your home library.
You can add/update/remove books, rent them out and return back.
The initial state of library in books.json. The changed state is saved to the same file before closing the application.
- JavaScript + Node.js
- Express.js
- HTML + EJS
- CSS
- Clone repository:
git clone https://github.com/DeafMist/home-library.git
- Install dependencies:
npm i
- Run the application:
npm run start