https://github.com/jugosack/school-library-ruby
This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.
https://github.com/jugosack/school-library-ruby
ruby
Last synced: over 1 year ago
JSON representation
This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.
- Host: GitHub
- URL: https://github.com/jugosack/school-library-ruby
- Owner: jugosack
- License: mit
- Created: 2023-04-11T10:32:53.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2023-04-21T14:27:16.000Z (about 3 years ago)
- Last Synced: 2025-02-05T14:33:07.349Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# School Library in Ruby
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.
Client
- **Student and Teacher Management**
- **Add basic UI.**
- **Refactor code.**
- **Preserve data.**
> Allows users to add new students or teachers to the library. Users will be able to input relevant information such as names, contact details, and identification numbers for easy identification and communication.
- **Book Management**
> Users can input details such as book title and author to create a comprehensive collection of available books.
- **Borrowing and Return Records**
> The app efficiently records who borrowed a particular book and when. It creates borrower profiles and link them to specific books that borrowers borrow. It also tracks the due dates for book returns.
- Live Demo link comming soon.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
```
ruby main.rb
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/jugosack/school-library-ruby
```
👤 **Jugoslav Achkoski**
- GitHub: [@github](https://github.com/jugosack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jugoslavachkoski/)
- Twitter: [twitter](https://twitter.com/Jugoslav_A)
- Facebook: [facebook](https://www.facebook.com/jugoslav.ackoski/)
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- Twitter: [@markfen4](https://twitter.com/markfen4)
- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)
👤 **Innocent Chase**
- GitHub: [@chaseknis](https://github.com/Chaseknis)
- Twitter: [@ChaseToTheWorld](https://twitter.com/chasetotheworld)
- LinkedIn: [Innocent N.](https://www.linkedin.com/in/innocent-n-200826252/)
- [ ] **Add unit tests.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jugosack/school-library-ruby/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank the microverse community for the useful content.
This project is [MIT](./LICENSE) licensed.