Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmolinan/oop-school-library
https://github.com/cmolinan/oop-school-library
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmolinan/oop-school-library
- Owner: cmolinan
- Created: 2022-10-31T15:52:25.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-18T03:24:19.000Z (about 2 years ago)
- Last Synced: 2024-05-10T18:58:06.709Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP school library
> Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. This app allows you to:
* Add new students or teachers.
* Add new books.
* Save records of who borrowed a given book and when.
* And all of this will be built in a beautiful and well-organized way!## Getting Started
To get a local copy up and running follow these simple steps.
git clone https://github.com/cmolinan/OOP-school-library in your terminalThen, get inside the src directory and run the main.rb program, like this
Step-1 -> cd src
Step-2 -> ruby main.rb
## Author
| 👤 Name | Github | Twitter | LinkedIn |
|------|--------|---------|----------|
|Carlos Molina|[@cmolinan](https://github.com/cmolinan)|[]()|[Carlos Molina](https://www.linkedin.com/in/carlosmolinan/)|
|Habeeb Efiamotu Musa Owolewa|[@Efiamotu-1](https://github.com/Efiamotu-1)|[@EFYAMOTU](https://twitter.com/EFYAMOTU)|[Habeeb Musa](https://www.linkedin.com/in/Musa-habeeb/)|## �� Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
This webApp responds to a request from Microverse, which is based on the original idea of Nelson Sakwa, according to the Creative Commons License
## �� License
This project is [MIT](./MIT.md) licensed.