Skip to content

Arpit-Chaurasia26/Capstone-Project-Book-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Book Journal 📚

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


🚀 Getting Started

Follow these steps to set up and run the server locally.

1. Clone the Repository

git clone https://github.com/Arpit-Chaurasia26/Capstone-Project-Book-Notes.git
cd Capstone-Project-Book-Notes

2. Install Dependencies

Make sure you have Node.js and npm installed. Then run:

npm install

3. Start the Server

Use nodemon (recommended for development):

nodemon index.js

Or use plain Node.js:

node index.js

The server will start on http://localhost:3000 by default.


🧾 Project Structure

├── public/styles    # Static files (CSS)
├── views/           # EJS templates
├── index.js         # Main server file
├── package.json     # Project metadata and scripts
└── README.md        # This file

🛠 Dependencies

  • express
  • ejs
  • pg
  • body-parser
  • nodemon
  • axios

📬 Contact

If you have any questions or suggestions, feel free to open an issue or contact Arpit Chaurasia.

About

A simple web app to track books and manage personal reading notes with a clean UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors