Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/od-c0d3r/oop-cr-training
This repo host a code for the tasks performed during the Code Reviewers training
https://github.com/od-c0d3r/oop-cr-training
Last synced: about 2 months ago
JSON representation
This repo host a code for the tasks performed during the Code Reviewers training
- Host: GitHub
- URL: https://github.com/od-c0d3r/oop-cr-training
- Owner: od-c0d3r
- Created: 2021-09-29T11:05:41.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-10-11T21:02:26.000Z (about 3 years ago)
- Last Synced: 2024-10-21T19:02:55.320Z (2 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP SCHOOL LIBRARY
This is a school library Application.
## Features
- Added relationship between classroom and students
- Added relationship person and rentals
- Added relationship between class and books
- Created book class with title and author variable instances
- Created rental class with the date as a variable instance
- Created classroom class and added label instance## Getting Started
To get a local copy up and running follow these simple example steps.
1. On the project GitHub page, navigate to the main page of the repository.
2. Under the repository name, locate and click on a green button named `Code`.
3. Copy the project URL as displayed.
4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
6. Type git clone, and then paste the URL you copied in Step 3.
e.g. ``$ git clone https://github.com/od-c0d3r/oop-cr-training.git``
7. Press Enter. Your local copy will be created.
8. Go into the folder you cloned in this step 7 on your terminal
e.g.
``$ cd Desktop/OOP-training``
9. Check out in the feature branch## Built with
- Ruby
- Rubocop## Author
👤 **Carlos Flores**
- Github: [@carlos-ssh](https://github.com/carlos-ssh)
- Twitter: [@Carlos Flores](https://twitter.com/aom.robles)
- Linkedin: [Carlos Flores](https://www.linkedin.com/in/carlos-ssh)👤 **Omar Rashad (Rashad)**
- Github: [@Omar Rashad](https://github.com/)
- Twitter: [@Omar Rashad](https://twitter.com/)
- Linkedin: [Omar Rashad](https://www.linkedin.com/)👤 **CY Kalu**
- Github: [@CY Kalu](https://github.com/)
- Twitter: [@CY Kalu](https://twitter.com/)
- Linkedin: [CY Kalu](https://www.linkedin.com/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.