Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kessie2862/school-library
School-Library is a simple oop app that allows one to keep track of records of books in the library and who borrows them.
https://github.com/kessie2862/school-library
gemfile gemfile-lock ruby
Last synced: 18 days ago
JSON representation
School-Library is a simple oop app that allows one to keep track of records of books in the library and who borrows them.
- Host: GitHub
- URL: https://github.com/kessie2862/school-library
- Owner: kessie2862
- License: mit
- Created: 2023-07-31T08:13:42.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-05T18:52:11.000Z (over 1 year ago)
- Last Synced: 2023-08-05T19:44:20.177Z (over 1 year ago)
- Topics: gemfile, gemfile-lock, ruby
- Language: Ruby
- Homepage:
- Size: 26.4 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
- [📖 About the Project](#about-project)
- [🛠 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](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**School-Library** is a simple **oop** app that allows one to keep track of records of books in the library and who borrows them.
Server
- **Add new students or 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 3.2.2`
- `VSCode` or `RubyMine`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/kessie2862/school-library.git
```
### Install
Install this project with:
```sh
cd school-library
bundle 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
```
👤 **Prosper Kessie**
- GitHub: [@kessie2862](https://github.com/kessie2862)
- LinkedIn: [Prosper Kessie](https://www.linkedin.com/in/prosperkessie/)
- [ ] **add basic UI**
- [ ] **Update books**
- [ ] **unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/kessie2862/school-library/issues).
If you like this project consider leaving a ⭐️
I would like to thank Microverse
This project is [MIT](https://github.com/kessie2862/school-library/blob/setup/LICENSE) licensed.