Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/school-library

School Library is a Ruby-based command-line application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.
https://github.com/lucas-erkana/school-library

Last synced: about 1 month ago
JSON representation

School Library is a Ruby-based command-line application. It enables the addition of new students, teachers, and books, while also facilitating the tracking of borrowed books and associated details. This efficient system ensures streamlined library management and accurate record-keeping.

Awesome Lists containing this project

README

        

School Libray

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With ](#built-with)
- [Tech Stack ](#tech-stack)
- [Key Features ](#key-features)
- [🚀 Live Demo ](#live-demo)
- [💻 Getting Started ](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#authors)
- [🔭 Future Features ](#future-features)
- [🤝 Contributing ](#contributing)
- [⭐️ Show your support ](#️show-your-support)
- [🙏 Acknowledgments ](#acknowledgments)
- [📝 License ](#license)

# 📖 School Library

This project helps to understand the basics of Ruby programming language. It is a collection of exercises and projects that will help you to understand the basics of OOPS in Ruby programming language.

## 🛠 Built With

### Tech Stack


Server


(back to top)

### Key Features

- **Add Classes**
- **Decorate a class**
- **Set up associations**
- **basic UI**
- **refactor to meet SOLID principles**
- **Preserve data**

(back to top)

## 💻 Getting Started
### Prerequisites

In order to run this project you need:

- Git and GitHub
- A code editor
- Ruby

### Setup

To get a local copy up and running, follow these steps:

- Create a local directory where you can clone the project
- `https://github.com/karanJ2212/School_library_Ruby.git`
### Usage

To run the project, execute the following command in command line:
> ruby main.rb

(back to top)

## 👥 Author

👤 **Karan Jain**

- GitHub: [@karanjain2212](https://github.com/karanjain2212)
- LinkedIn: [@karanjain2212](https://linkedin.com/in/karanjain2212)

👤 **Lucas Erkana**

- GitHub: [@Lucash2022](https://github.com/Lucash2022)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)

(back to top)

## 🔭 Future Features

- [ ] **Add unit tests for all the methods in all the classes**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly leave a ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the great resources shared.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)