Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imubarak234/oop-school-library

This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow you to: *Add new students or teachers. *Add new books. *Save records of who borrowed a given book and when.
https://github.com/imubarak234/oop-school-library

ruby rubygems

Last synced: 29 days ago
JSON representation

This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow you to: *Add new students or teachers. *Add new books. *Save records of who borrowed a given book and when.

Awesome Lists containing this project

README

        

# OOP-school-library
This app is a tool to record what books are in a library and who borrows them. The app that you will create will allow a you to:

- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.

## Built With
- Ruby

### Technologies used
- Github
- Gitflow
- Visual Studio Code

To get a local copy up and running follow these simple example steps.

### Prerequisites
- A text editor(preferably Visual Studio Code)

### Install
- Ruby

### Run Project Locally

- Clone the project

```bash
git clone [email protected]:KingsleyIbe/OOP-school-library.git
cd OOP-school-library
```

- To Start the programs
```bash
open terminal
run the command $irb (interactive ruby shell)
run the program functions
```

OR

```bash
open terminal
run ruby main.rb
```
## Authors

👤 **Mubarak A Ibrahim**

- Github: [@githubhandle](https://github.com/imubarak234)
- Linkedin: [LinkedIn](https://www.linkedin.com/in/mubarak-ibrahim-mb/)

👨🏾‍⚕️ Kingsley Ibe

- [Github](https://github.com/kingsleyibe)
- [Twitter](https://twitter.com/ibekingsley2)
- [LinkedIn](https://www.linkedin.com/in/kingsley-ibe-5669a5134)
## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/imubarak234/OOP-school-library/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.