An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.