A simple web application to track and manage book notes. Users can view, add, edit, and delete their book summaries and notes. To check ISBN number of books - https://openlibrary.org/dev/docs/api/covers
Follow these steps to set up and run the server locally.
git clone https://github.com/Arpit-Chaurasia26/Capstone-Project-Book-Notes.git
cd Capstone-Project-Book-NotesMake sure you have Node.js and npm installed. Then run:
npm installUse nodemon (recommended for development):
nodemon index.jsOr use plain Node.js:
node index.jsThe server will start on http://localhost:3000 by default.
├── public/styles # Static files (CSS)
├── views/ # EJS templates
├── index.js # Main server file
├── package.json # Project metadata and scripts
└── README.md # This file
- express
- ejs
- pg
- body-parser
- nodemon
- axios
If you have any questions or suggestions, feel free to open an issue or contact Arpit Chaurasia.