- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
School library is an application that manages a Library system with ruby classes: Person, a parent class and Student and Teacher, child classes that inherit from the Person class.
This project is built with Ruby.
Client
- A class Person with name, age and parent_perm variables
- A class Student that inherits from Person and adds
classroom
instance variable. - A class Teacher that inherits from Person and adds
specialization
instance variable and can always use the services.
To get a local copy up and running, follow these steps.
-
Clone this repository run
git clone git@github.com:arnoldnekemiah/OOP-School-Library2 .git
-
Open the project in a text editor
-
Run
bundle install
to install all project dependencies -
Press
CTRL +
to run the project locally on terminal.
In order to run this project you need:
- Install git on your local computer
Find git installation details here https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
Clone this repository
-
Follow instructions in Getting started section
👤 IKONDE NEKEMIAH ARNOLD
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 WILSAN
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add a basic UI
- Completing a Web design
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project follow me on github for more amazing projects and ideas
- I would like to thank Microverse for defining the project requirements and specifications
This project is MIT licensed.