You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Built with Ruby, Postgesql.
School library is a tool to record the books that are in the library and those who borrows them. Utilizes the principles of object oriented programming
Aims to create a simple library management system for a school using Ruby programming language. The system should allow librarians to add books to the library, track books that are checked out by students, and manage student accounts. Created with Ruby
School Library is an app where record what books are in the library and who borrows them. The app that allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
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 will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
This repository contains all the exercises, assignments and projects for the Launch School Core Curriculum. Launch School is a school for software engineers that teaches Front-End and Back-End development with Ruby, Javascript, SQL databases, Networking, and more.
This is the fifth project in the fourth module of the Microverse program. It is about a school library application implemented with Object Oriented Programming concepts using Ruby.
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. 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. And all of this will be built in a beautiful and well-organized way!
A library app in Ruby following the four core OOP concepts (Encapsulation, Abstraction, Inheritance, Polymorphism) that lets the user (The Librarian) to record what books are in the library and who borrows them.
In this project, we will create a console app that will help keep a record of different types of things you own: books, music albums, movies, and games. The data will be stored in JSON files but a database with tables structure analogical to the program's class structure will also be prepared.
School library is an application that allows the users to add new students or teachers, add new books and save records of who borrowed a given book and when.