Welcome to the Book Library Backend! This project serves as the server-side component for the Book Library application.
- Back-End: Built with MongoDB for the database, Express for the server, and Nodemon for automatic server restarts during development.
This project consists of two parts: frontend and backend. Follow the instructions below to set up both components:
-
Clone the
book-library-backend
repository:git clone https://github.com/vkprogrammer-001/book-library-backend.git
-
Navigate to the backend directory:
cd book-library-backend
-
Install dependencies:
npm install
-
Start the backend server:
npm start
Interested in contributing to the Book Library Backend Project? Here's how:
- Check the existing issues or create new ones.
- Fork the repository and create a branch for the issue you're working on.
- Submit a pull request with your changes.