Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farida-hamid/school-library
https://github.com/farida-hamid/school-library
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farida-hamid/school-library
- Owner: Farida-Hamid
- License: mit
- Created: 2022-11-15T05:26:04.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-19T09:08:58.000Z (about 2 years ago)
- Last Synced: 2024-05-28T22:07:20.352Z (6 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# School LibraryImagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
And all of this will be built in a beautiful and well-organized way!> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need **[describe prerequisites]**:
```sh
gem install rails
```### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:Farida-Hamid/Ruby-Enumerable.git
cd Ruby-Enumerable
```### Install
Install this project with **[package manager]**:
```sh
cd Ruby-Enumerable
gem install```
### Usage
To run the project, execute the following command:
```sh
rails server
```👤 **Farida Hamid**
- LinkedIn: [LinkedIn](https://linkedin.com/in/farida-hamid)
- GitHub: [@Farida-Hamid](https://github.com/Farida-Hamid)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://github.com/Farida-Hamid/School-Library/blob/dev/LICENSE) if you wish._