Hisoka37 / School_Library

School Library is university libray tool that records what books are in the library and who borrows them. The app allows users to add new students or teachers, add new books, save records of who borrowed a given book and when.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

School Library

School Library is a Ruby project that has the purpose of creating a digital solution for a school library that enables the librarian to keep track of the books in the library and who borrows them.

πŸ›  Built With

Tech Stack

Client

Key Features

  • Add Books
  • Add People
  • Add Rentals

(back to top)

πŸ’» Getting Started

Prerequisites

To run this project you need:

  • Installed Git.
  • Installed Ruby
  • Create a local directory that you want to clone the repository.
  • Open the command prompt in the created directory.
  • On the terminal run this command git clone https://github.com/Hisoka37/School_Library.git

Setup

Clone this repository to your desired folder:

git clone https://github.com/Hisoka37/School_Library.git
cd school-library bundle install
bundle install

Run Tests

rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Walid Kabboussa

πŸ”­ Future Features:

  • Add more advanced Ruby functions.
  • Build UI.

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you liked this project, give it a ⭐️ and kindly send me an email expressing it. It would make my day and fuel my motivation.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse team for this journey.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

School Library is university libray tool that records what books are in the library and who borrows them. The app allows users to add new students or teachers, add new books, save records of who borrowed a given book and when.

License:MIT License


Languages

Language:Ruby 100.0%