https://github.com/natasha-ct/school-library-with-ruby
This is an application that works as a tool to record what books are in the library and who borrows them. The app will allow you to add new students or teachers , add new books, save records of who borrowed a given book and when. The data is later preserved in a database. This application also has a well organised UI layer which will be console app
https://github.com/natasha-ct/school-library-with-ruby
associations constructor getter-and-setter ruby
Last synced: 5 months ago
JSON representation
This is an application that works as a tool to record what books are in the library and who borrows them. The app will allow you to add new students or teachers , add new books, save records of who borrowed a given book and when. The data is later preserved in a database. This application also has a well organised UI layer which will be console app
- Host: GitHub
- URL: https://github.com/natasha-ct/school-library-with-ruby
- Owner: NATASHA-ct
- Created: 2022-10-05T16:35:23.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T11:54:17.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T21:36:01.173Z (6 months ago)
- Topics: associations, constructor, getter-and-setter, ruby
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# School-Library
> This is an application that works as a tool to record what books are in the library and who borrows them. The app will allow you to add new students or teachers , add new books, save records of who borrowed a given book and when.The data is later preseved in a database.This application also has a well organised UI layer which will be a console app interacting with a user .
## Built With
- Ruby
- Terminal
- IRB
- Rubocop (linters)## Getting Started
-To get a local copy up and running follow these simple example steps.### Install
-In your terminal, navigate to your current directory and run this code
https://github.com/NATASHA-ct/School-Library-Database.git-Locate the directory in your file explorer
-cd schoo-library
-Install Rubocop using...
bundle install### Run Linters:
-To run rubocop we use...
rubocop .-To autocorrect offenses with rubocop we use:
rubocop --auto-correct-all or rubocop -A## Authors
👤 **Author**- GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)
- Twitter: [@NatashaChirombe]
- LinkedIn: [Natasha Chirombe](linkedin.com/in/natasha-chirombe-1531aa17b)🤝 Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!## Acknowledgments
Hat tip to all documentations used
Inspiration
etc
📝 License
This project is MIT licensed.