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.
- Host: GitHub
- URL: https://github.com/balikuddembe/school-library-app
- Owner: Balikuddembe
- License: mit
- Created: 2023-04-11T13:51:55.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-21T01:37:54.000Z (about 2 years ago)
- Last Synced: 2025-01-15T20:20:43.546Z (4 months ago)
- Topics: gemfiles, github-actions, rubocop-linter-action, ruby, rubylint
- Language: Ruby
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)In this project I created a tool to record what books are in a library and who borrows them.
Client
- **Add new students or teachers**
- **Add new books**
- **Save records of who borrowed a given book and when**
- [N/A](https://yourdeployedapplicationlink.com)
Clone project
```bash
git clone https://github.com/Balikuddembe/school-library-app.git
cd school-library-app
```
Run the program
```bash
ruby main.rb
```
👤 **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/)
- [ ] **Solve edge cases**
- [ ] **More methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/school-library-app/issues).
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is [MIT](./LICENSE) licensed.