Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saurabhdhumane/online-book-store
https://github.com/saurabhdhumane/online-book-store
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/saurabhdhumane/online-book-store
- Owner: saurabhdhumane
- Created: 2023-10-02T10:54:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:58:13.000Z (about 1 year ago)
- Last Synced: 2023-10-02T13:28:58.514Z (about 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Book Store
The Online Book Store is a Java console application that simulates a library management system. Users can register, log in, add books to the library, borrow books, return books, rate and review books, and view book availability.
## Features
- User registration and login system.
- Add books to the library.
- Borrow and return books.
- Rate and review books.
- Display available and all books in the library.## Getting Started
### Prerequisites
- Java Development Kit (JDK) installed.
- A Java IDE or text editor for code editing.### Running the Application
1. Clone the repository to your local machine:
```bash
git clone https://github.com/saurabhdhumane/online-book-store.git
```2. Open the project in your Java IDE or text editor.
3. Locate the `LibraryApp.java` file and run the `main` method.
4. Follow the on-screen prompts to interact with the Online Book Store.
## Usage
- Upon running the application, you will be prompted to register or log in.
- After successful login or registration, you can:
- Add books to the library.
- Borrow available books.
- Return borrowed books.
- Rate and review books.
- View available and all books in the library.## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow the [Contribution Guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.