mailsg / OOP-Library

Use Object Oriented Programming to build a simple app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– OOP School Library

OOP School Library is a tool to record what books are in the library and who borrows them.

πŸ›  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)

πŸš€ Live Demo

  • The project is at the developing stage. Check back after some time for live demo.

(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:

 IRB

Setup

Clone this repository to your desired folder:

  git clone git@github.com:mailsg/OOP-Library.git
  cd OOP-Library

Install

Install this project with:

  cd OOP-Library
  IRB

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

   test test/models/article_test.rb

(back to top)

πŸ‘₯ Authors

πŸ‘€ Sandeep Ghosh

(back to top)

πŸ”­ Future Features

  • Dedicated page for each member
  • Community Forums
  • News around the chosen topic

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project kindly leave a star on the repo.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse giving me this opportunity to showcase my development skills. Also, I would like to thank the Open Source Community to provide vast resources that helped me reach to where I am now.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Use Object Oriented Programming to build a simple app.

License:MIT License


Languages

Language:Ruby 100.0%