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

https://github.com/debas-31/school-library-oop

This is a project school library app used to record what books are in the library, borrow them, add new students or teachers, add new books, and save records of who borrowed a given book and when.
https://github.com/debas-31/school-library-oop

rspec ruby unit-testing

Last synced: about 1 month ago
JSON representation

This is a project school library app used to record what books are in the library, borrow them, add new students or teachers, add new books, and save records of who borrowed a given book and when.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)
# school-library-OOP : Add Basic UI

> Imagine 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 will allow you to:

- [x] Add new students or teachers.
- [x] Add new books.
- [x] Save records of who borrowed a given book and when.

## Built With
```bash
- Ruby
```

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

- Ruby and gem bundle
- Web browser (Google chrome)
- Code Editor (VSCode)

### Development (Running locally)

- git clone the project

```bash
git clone [email protected]:Debas-31/school-library-OOP
```

- Install Dependencies

```bash
bundle install
```

👤 **Debas Gebreslasie**

- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)

👤 **Mithlesh Kumar**
- GitHub: [@githubhandle](https://github.com/Mithi-code)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- Ruby Community

## 📝 License

[MIT licensed](https://github.com/Debas-31/school-library-OOP/blob/code-refactor/MIT.md).