https://github.com/fene-87/school-library
A ruby application whose aim is to serve as a library tool that records what books are in the library and who borrows them
https://github.com/fene-87/school-library
postgresql rubocop ruby
Last synced: 6 months ago
JSON representation
A ruby application whose aim is to serve as a library tool that records what books are in the library and who borrows them
- Host: GitHub
- URL: https://github.com/fene-87/school-library
- Owner: Fene-87
- License: mit
- Created: 2023-04-10T09:35:54.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-04-18T09:26:02.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:49:30.922Z (8 months ago)
- Topics: postgresql, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# School Library
# 📗 Table of Contents- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**School Library** is a ruby application whose aim is to serve as a library tool that records what books are in the library and who borrows them This app allows the user to add new students or teachers, new books, and save records of who borrowed which book and when.
- **[Add new teachers and students.]**
- **[Add new books.]**
- **[Keep records of books borrowed, by whom, and when.]**
- [Coming Soon]()
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Ruby CLI
### SetUp
Clone this Repository to your desired folder:
``` sh
cd my-folder
git clone git@github.com:Fene-87/school-library.git
```
### Install
Install this project with:
``` sh
cd OOP-schho-library
bundle install
```
### Usage
To run the project, execute the following command:
``` sh
ruby person.rb
```
## 👥 Authors
👤 **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/)
- [ ] **[Online book library]**
- [ ] **[Online request of book]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is [MIT](./LICENSE) licensed.