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

https://github.com/balikuddembe/school-library-app

In this project I created a tool to record what books are in a library and who borrows them.
https://github.com/balikuddembe/school-library-app

gemfiles github-actions rubocop-linter-action ruby rubylint

Last synced: 3 months ago
JSON representation

In this project I created a tool to record what books are in a library and who borrows them.

Awesome Lists containing this project

README

        

ruby


School Library


# 📗 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 School Library

In this project I created a tool to record what books are in a library and who borrows them.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Add new students or teachers**
- **Add new books**
- **Save records of who borrowed a given book and when**

(back to top)

## 🚀 Live Demo

- [N/A](https://yourdeployedapplicationlink.com)

(back to top)

## 💻 Getting Started

Clone project

```bash
git clone https://github.com/Balikuddembe/school-library-app.git

cd school-library-app
```

Run the program

```bash
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Emmanuel Balikuddembe**

- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmma](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)

👤 **Jose Montoya**

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

(back to top)

## 🔭 Future Features

- [ ] **Solve edge cases**
- [ ] **More methods**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Balikuddembe/school-library-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

## 📝 License

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

(back to top)