https://github.com/quavo19/school-library
A tool designed to keep track of the books present in the library as well as the individuals who borrow them.
https://github.com/quavo19/school-library
gemfile linter ruby
Last synced: 2 months ago
JSON representation
A tool designed to keep track of the books present in the library as well as the individuals who borrow them.
- Host: GitHub
- URL: https://github.com/quavo19/school-library
- Owner: quavo19
- License: mit
- Created: 2023-03-07T10:44:12.000Z (about 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-03-11T16:24:33.000Z (about 2 years ago)
- Last Synced: 2025-02-04T04:29:35.102Z (4 months ago)
- Topics: gemfile, linter, ruby
- Language: Ruby
- Homepage:
- Size: 24.4 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 (OPTIONAL)](#faq)
- [📝 License](#license)**[School Library]** It is a tool designed to keep track of the books present in the library as well as the individuals who borrow them.
Backend
Database
- **[Add new students and teachers]**
- **[Add new books]**
- **[Save records]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- install ruby if not already installed
```sh
$ sudo apt install ruby
```
### Setup
Clone this repository to your desired folder:
```sh
$ cd my-folder
$ git clone https://github.com/quavo19/School-Library
```
### Install
Install this project with:
```sh
$ cd school-library
$ gem install
```
👤 **Akite Donald**
- GitHub: [@Donald](https://github.com/quavo19)
- Twitter: [@AkiteDonald](https://twitter.com/DonaldAkite)
- LinkedIn: [@AkiteDonald](https://www.linkedin.com/in/donald-akite-299a31222/)
- [ ] **[write tests]**
- [ ] **[Add a UI]**
Feel free to check the [issues page](../../issues/).
If you like this project give it a star
I would like to thank the code reviewers for their assistance.
This project is [MIT](./LICENSE) licensed.