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

https://github.com/codecaiine/oop-school-library

In this project, we will use OOP to build a simple librarian app. There is a possibility to add books, users, and records about who borrowed a given book and when.
https://github.com/codecaiine/oop-school-library

ruby

Last synced: over 1 year ago
JSON representation

In this project, we will use OOP to build a simple librarian app. There is a possibility to add books, users, and records about who borrowed a given book and when.

Awesome Lists containing this project

README

          

# School Library

In this project,I will start building my school library app. In this initial step, I will implement the classes to represent students and teachers.

## Built With
- Ruby
- Rubocop
- Rspec

## Getting Started
Follow these steps below :

### Setup
- ```git clone https://github.com/codecaiine/oop-school-library```

- ```cd oop-school-library```

### Running The App
Run ```ruby main.rb```

### Testing

Run ```gem install rspec```

Run ```rspec spec```

Run ```rspec spec/name_of_test_file.rb```

## Authors

👤 **Yannick-Noel AKA**

- Location: Côte d'Ivoire
- GitHub: [@codecaiine](https://github.com/codecaiine)
- Twitter: [@yannicknaka](https://twitter.com/yannicknaka)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yannick-no%C3%ABl-aka/)

👤 **Kossi Fioklou**

- Location: Togo
- GitHub: [@Kossi-stack](https://github.com/kossi-stack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kossi-stack/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/codecaiine/oop-school-library/issues).

## Show your support

Give a ⭐️ if you like this project!