Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/school_library
This project uses Ruby
https://github.com/danifromecuador/school_library
Last synced: 10 days ago
JSON representation
This project uses Ruby
- Host: GitHub
- URL: https://github.com/danifromecuador/school_library
- Owner: danifromecuador
- License: mit
- Created: 2023-08-29T03:59:38.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-06T10:50:11.000Z (over 1 year ago)
- Last Synced: 2024-12-26T07:21:53.517Z (25 days ago)
- Language: Ruby
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**School Library** is a Ruby project that simulates the library of a school with teachers, students, what books are and who borrows them.
## 🛠 Built WithClient
- **The user could add new students or teachers**
- **The user could add new books**
- **The user could add save records of who borrowed a given book and when**
This project doesn't have a live demo
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Install Ruby, that depends about what OS you have:
[https://www.ruby-lang.org/en/downloads/](https://www.ruby-lang.org/en/downloads/)
Install Git:
[https://git-scm.com/downloads](https://git-scm.com/downloads)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:danifromecuador/school_library.git
cd school_library
```
### Usage
To run the project, execute the following command:
```sh
./main.rb
```
And start following the indications on the screen
👤 **Dani Morillo**
- GitHub: [danifromecuador](https://github.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador)
👤 **Pablo Bonasera**
- GitHub: [@PabloBona](https://github.com/PabloBona)
- LinkedIn: [@PabloBona](https://www.linkedin.com/in/pablo-bonasera/)
- **The school library will use a graphic interface**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/school_library/issues).
If you like this project give me an star on [my GitHub repo](https://github.com/danifromecuador/school_library)
I would like to thank to [The Odin Project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby) for teaching me about Ruby
This project is [MIT](./LICENSE) licensed.