This project is a full-stack web app for managing a book collection, featuring basic CRUD operations. Built with Node.js and Express for the backend and MongoDB for data storage, it uses EJS for templating and CSS for styling.
- Create, Read, Update, and Delete (CRUD) operations for books.
- Front-end rendered with EJS templates.
- Styled with CSS.
- RESTful API endpoints for book management.
- Node.js: JavaScript runtime.
- Express: Backend framework.
- MongoDB: NoSQL database.
- EJS: Embedded JavaScript templating.
- CSS: Styling.
git clone https://github.com/ChopinF69/BookManager-Web-API.git
cd BookManager-Web-API
npm install
node app.js
All the CRUD operations are implemented !