Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/school
In this web application, I created a school library with the next functionalities: Add new students or teachers.,Add new books, and Save records of who borrowed a given book and when.
https://github.com/carreraprogrammer/school
ruby
Last synced: about 1 month ago
JSON representation
In this web application, I created a school library with the next functionalities: Add new students or teachers.,Add new books, and Save records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/school
- Owner: carreraprogrammer
- Created: 2023-01-31T16:27:09.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-11T00:21:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:36:49.028Z (8 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [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)**[OOP SCHOOL]** is a web application, where I created a school library with the next functionalities: Add new students or teachers,Add new books, and Save records of who borrowed a given book and when.
## 🛠 Built WithThe following technologies were used in the development of this project:
Ruby: To create and manipulate the classes
- **You can add new students or teachers**
- **You can add new books**
- **You can Save records of who borrowed a given book and when**- [Live Demo Link](https://yourdeployedapplicationlink.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install bundler
```### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:carreraprogrammer/school.git
```### Usage
To run the project, execute the following command:
```sh
bundle init
```### Deployment
You can deploy this project using:
```sh
ruby person.rb
ruby student.rb
ruby teacher.rb
```👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera] (https://www.linkedin.com/in/daniel-carrera-paz-85a917244/)- [ ] **[Add basic UI]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/school/issues/).
If you like this project, I'd really appreciate if you can give me a star.
I would like to thank...
This project is [MIT](MIT.md) licensed.