https://github.com/codecaiine/oop-school-library
In this project, we will use OOP to build a simple librarian app. There is a possibility to add books, users, and records about who borrowed a given book and when.
https://github.com/codecaiine/oop-school-library
ruby
Last synced: over 1 year ago
JSON representation
In this project, we will use OOP to build a simple librarian app. There is a possibility to add books, users, and records about who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/codecaiine/oop-school-library
- Owner: codecaiine
- Created: 2021-11-15T11:48:39.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-11-28T23:37:19.000Z (over 4 years ago)
- Last Synced: 2025-01-24T11:24:16.256Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Library
In this project,I will start building my school library app. In this initial step, I will implement the classes to represent students and teachers.
## Built With
- Ruby
- Rubocop
- Rspec
## Getting Started
Follow these steps below :
### Setup
- ```git clone https://github.com/codecaiine/oop-school-library```
- ```cd oop-school-library```
### Running The App
Run ```ruby main.rb```
### Testing
Run ```gem install rspec```
Run ```rspec spec```
Run ```rspec spec/name_of_test_file.rb```
## Authors
👤 **Yannick-Noel AKA**
- Location: Côte d'Ivoire
- GitHub: [@codecaiine](https://github.com/codecaiine)
- Twitter: [@yannicknaka](https://twitter.com/yannicknaka)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yannick-no%C3%ABl-aka/)
👤 **Kossi Fioklou**
- Location: Togo
- GitHub: [@Kossi-stack](https://github.com/kossi-stack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kossi-stack/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/codecaiine/oop-school-library/issues).
## Show your support
Give a ⭐️ if you like this project!