This is a Library Management System web application built with React.js for the frontend and Java, Spring Boot, Maven, and MySQL for the backend. The application allows users to manage members and books in a library, including adding, editing, and deleting members and books.
- Add, edit, and delete members
- Add, edit, and delete books
- Search functionality:
- Search members by name
- Search members by complaints (equal, bigger than, smaller than)
- User authentication and authorization
-
Frontend:
- React.js
- React Router
- Axios
- HTML/CSS
-
Backend:
- Java
- Spring Boot
- Maven
- MySQL (or any other database of your choice)
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/naordabush/library-management-system.git
- Set up the backend:
- Import the backend project into your preferred Java IDE.
- Configure the MySQL database connection in the application properties file.
- Run the backend application to start the server.
- Install frontend dependencies:
npm install
- Configure the frontend API endpoint:
- Update the API endpoint in the frontend code (
src/api/api.js
) to match your backend server.
- Update the API endpoint in the frontend code (
- Start the development server:
npm start
- Access the application in your browser at
http://localhost:3000
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.