- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
School Library is a Ruby console application for managing a library of a school. The application leverages Object Oriented Programming (OOP) and its classes to create manageable objects like students, teachers, classroom etc.
- Ruby
- [This project has a Person class with name, age, etc properties that serves as a super class for Student and Teacher classes]
- [This project has a Student class that inherits from Person class]
- [This project has a Teacher class that inherits from Person class]
- [This project uses Gitflow] [Refactor code to follow SOLID principles]
- [Preserve data in json files]
To get a local copy up and running, follow these steps.
-
In order to run this project you need:
-
git: A tool for managing source code
-
Visual Studio Code: A source code editor
- Clone this repository to your desired folder: https://github.com/frempongdev/OOP-school-library.git
- Run bundle install to install the dependencies.
Install this project with:
- cd school-library
- ubuntu version 22 or higher
To run the project, execute the following command:
- ruby person.rb
- ruby student.rb
- ruby teacher.rb
To run tests, run the following command:
- Run robocop .
You can deploy this project using:
- Github pages
Github pages
follow these steps for example
👤 Frempong
- GitHub: @frempongdev
- Twitter: @knobaddy
- LinkedIn: Samuel knower Amankwaa-Frempong
👤 Jonas Nuta Wallah
- GitHub: @Jonas-45
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [Classromm Class implementation]
- [Book Class implementation]
- [Console app navigation and functionalities]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Give a ⭐️ if you like this project and kindly support by suggesting changes by forking and pull requests.
I would like to appreciate Microverse for providing the resources and the platform for me to be a Professional full-stack developer.
This project is MIT licensed.