Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-lafontant/school-library


https://github.com/david-lafontant/school-library

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# OOP school library

This application is a school library system that record what books are in the library and who borrows them. This app will allow the user 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!

## Built With

- Ruby

## Programming paradigm
- Object-oriented programming (OOP)

## Getting Started
### Software needed
if not already installed, download and install:
- [Ruby](https://www.ruby-lang.org/en/downloads/)
- [Git](https://git-scm.com/downloads)
- A text editor or and IDE like [VsCode](https://code.visualstudio.com/download)

### Clone

- Clone this repo locally by typing the following in the terminal: `git clone https://github.com/david-lafontant/school-library.git`

- Open the repo by typing : `cd school-library`

- Open your favorite text editor or IDE (for VsCode user `code .`)

### Run the app :
gG to the src folder by typing in the terminal `cd src`

and there for running a file you can type : `ruby [file_name.rb]`

or by launching irb with the command `irb` in the terminal and by typing:

1. `require './person.rb'`
2. `require './teacher.rb'`
3. `require './student.rb'`

## Authors

👤 **David Lafontant**

- GitHub: [david-lafontant](https://github.com/david-lafontant)
- LinkedIn: [David Lafontant](https://www.linkedin.com/in/david-lafontant/)
- Twitter: [manikatex](https://twitter.com/manikatex)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤

## 📝 License

This project is [LICENCE](./LICENCE.md) licensed.