https://github.com/aima98/oop-school-library
OOP School Library is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.
https://github.com/aima98/oop-school-library
ruby
Last synced: over 1 year ago
JSON representation
OOP School Library is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.
- Host: GitHub
- URL: https://github.com/aima98/oop-school-library
- Owner: aima98
- License: mit
- Created: 2023-06-27T20:45:08.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-03T12:13:34.000Z (about 3 years ago)
- Last Synced: 2025-02-05T12:47:13.580Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OOP-School-Library
OOP School Library
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[OOP-School-Library]** is an application that holds school library information. The application enables the one to add a new student, a teacher or a book and also store information of whoever borrows a book and when.
- Ruby
- **[Creating project classes]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- VS code editor
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/aima98/OOP-School-Library.git
```
Run the main file:
```sh
ruby ./main.rb
```
### Run tests
To run tests, run the following command:
- Not available for now
👤 **Oumaima Nejjari**
- GitHub: [@aima98](https://github.com/aima98)
- LinkedIn: [Oumaima Nejjari](https://www.linkedin.com/in/oumaimanejjari)
- **[Completing projects' features]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/aima98/OOP-School-Library/issues).
If you like this project please give it a ⭐️
I would like to thank everyone at Microverse for their support.
This project is [MIT](./LICENSE) licensed.