/blog-rails

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Blog

Blog is a book-borrowing management tool designed specifically for the librarians. With this app, librarians can keep track of all books in the library, as well as who borrows them and when. The app offers a simple and intuitive command line interface, making it easy to add new students or teachers, and new books to the library.

🛠 Built With

Tech Stack

  • Ruby

Key Features

  • Add new students or teachers.
  • Add new books.
  • Save records of who borrowed a given book and when.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need to install Ruby and Rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:lukman155/blog-rails.git

Install

Install this project with:

  cd blog-rails
  gem install

Usage

To run the project, execute the following command:

  ruby person.rb

Run tests

To run tests, run the following command:

  bundle exec rspec

👥 Authors

👤 Ahmed

👤 Lukman Abdulkarim

(back to top)

🔭 Future Features

  • Add a web interface
  • Save records in a database
  • Add a web server

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Put a star if you like this project.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for project inspiration.

(back to top)

❓ FAQ (OPTIONAL)

  • What version of Ruby does this project work on ?

    • Any version

(back to top)

📝 License

This project is MIT licensed.

(back to top)