This is a library application built with Node.js and hosted on Express server. It uses MongoDB as database.
It allows users to keep track of books they have read or wish to read by creating a detailed post with name, author, date of publish and description.
- Clone the repo or fork it
- Install all dependencies
npm install - Start the development server
npm run devStart