📖 University Books University Books
The University books project is an app developed to simulate the operations of a real-world library within OOP University. This app is designed to utilize Object-Oriented Programming (OOP) principles to create a comprehensive system that captures vital library processes.
Backend
- Register new students or teachers.
- Catalogue new books.
- Track book borrowing records along with timestamps.
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/Alejandroq12/university-books.git
This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.
bundle install
To run the project, navigate to the project directory and execute the following command:
ruby main.rb
To run tests, run the following command:
Run the following command
rubocop
You can deploy this project using:
Not available at the moment.
👤 Julio Quezada
- GitHub: Alejandroq12
- Twitter: @JulioAle54
- LinkedIn: Julio Quezada
- I will add a basic UI.
- I will implement composition as an example of the design pattern.
Contributions, issues, and feature requests are welcome!
If you like this project please give a star. Thanks in advance.
I would like to thank all of my colleagues who inspire to do my best everyday.
-
Did you create this project from scratch?
- Yes, and for that reason I learned a lot.
This project is MIT licensed.