Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguntayomicheal/school-library-oop
School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.
https://github.com/oguntayomicheal/school-library-oop
rspec ruby ruby-application
Last synced: about 1 month ago
JSON representation
School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.
- Host: GitHub
- URL: https://github.com/oguntayomicheal/school-library-oop
- Owner: oguntayomicheal
- Created: 2023-03-06T19:29:07.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-16T05:09:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T20:08:23.751Z (3 months ago)
- Topics: rspec, ruby, ruby-application
- Language: Ruby
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> School Library is a ruby based tool used to record books stored in a library and who borrows them. The app allows users to add new students or teachers, new books, and save records of who borrowed a given book and the date it was borrowed.
> Ruby
- Add new students and teachers
- Add new books.
- Save records of who borrowed a given book and when.To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby to be installed### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:oguntayomicheal/School-Library-OOP.git
```### Install
Install this project with:
```sh
cd School-Library-OOP
bundle install
```### Run
run this project with:
```sh
ruby main.rb
```👤 **Micheal Oguntayo**
- GitHub: [@oguntayomicheal](https://github.com/oguntayomicheal)
- Twitter: [@OguntayoMicheal](https://twitter.com/Oguns_micky)
- LinkedIn: [@OguntayoMicheal](https://www.linkedin.com/in/ogunsmicky/)👤 **Alelign Ayana**
- GitHub: [@atatm](https://github.com/atatm)
- Twitter: [@_alelignayana](https://twitter.com/@alelign_ayana)
- LinkedIn: [Alelign Ayana](https://www.linkedin.com/in/alelign-ayana/)We can add a feature to change existing book and author name in future.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly give it a star
I would like to thank Microverse
This project is [MIT](./MIT.md) licensed.