https://github.com/sahlminkok/school-library
School Library is designed to help you keep track of the books in your school library and manage borrower records efficiently. Whether you're a student, librarian, or educator, this user-friendly Object-Oriented Programming (OOP) application simplifies the process of maintaining a well-organized library collection.
https://github.com/sahlminkok/school-library
ruby ruby-app
Last synced: 10 months ago
JSON representation
School Library is designed to help you keep track of the books in your school library and manage borrower records efficiently. Whether you're a student, librarian, or educator, this user-friendly Object-Oriented Programming (OOP) application simplifies the process of maintaining a well-organized library collection.
- Host: GitHub
- URL: https://github.com/sahlminkok/school-library
- Owner: sahlminkok
- License: mit
- Created: 2023-08-07T16:01:50.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-12T06:57:58.000Z (over 2 years ago)
- Last Synced: 2023-08-12T08:37:40.764Z (over 2 years ago)
- Topics: ruby, ruby-app
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
School Library
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 School Library ](#-school-library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**School Library** is designed to help you keep track of the books in your school library and manage borrower records efficiently. Whether you're a student, librarian, or educator, this user-friendly Object-Oriented Programming (OOP) application simplifies the process of maintaining a well-organized library collection.
## 🛠 Built With
Server
- **Add new Students or Teachers**
- **Add new Book**
- **Borrowing History**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby Interpreter](https://www.ruby-lang.org/en/downloads/)
- [Development Environment](https://code.visualstudio.com/download)
- RubyGems: Verify by running `gem --version`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/sahlminkok/School-Library.git
```
### Install
Install this project with:
```sh
cd School-Project
gem install
```
### Usage
To run the project, execute the following command:
```sh
ruby name-of-file.rb
```
### Run tests
To run tests, run the following command:
```sh
bundle exec rspec
```
👤 **Sahalu Aminu**
- GitHub: [@sahlminkok](https://github.com/sahlminkok)
- Twitter: [@sahlminkok](https://twitter.com/sahlminkok)
- LinkedIn: [sahlminkok](https://linkedin.com/in/sahlminkok)
- [ ] **Add basic UI**
- [ ] **Update books**
- [ ] **Unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/sahlminkok/School-Library/issues).
If you like this project please give it a ⭐️
I would like to thank the Microverse Community.
This project is [MIT](./LICENSE) licensed.