shella12 / OOP-school-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [OOP School Library]

OOP School Library is a project that contains classes and methods for school library. The project is stuctured using OOP concepts.

πŸ›  Built With

Tech Stack

Key Features

  • Storing and fetching books
  • Storing Students and teachers data
  • booking

(back to top)

πŸ’» Getting Started

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

Prerequisites

  • Ruby:

Install

To install on Mac Os run following commands:

 brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile

# Install Ruby
rbenv install 3.0.1
rbenv global 3.0.1
ruby -v

Installing Ruby on Windows is a little more difficult than installing it on another OS. We would recommend using WSL, but you can also try to install Ruby directly on your OS with rubyinstaller.

Note: WSL only works on 64-bit installations of Windows.

If you are using a 64-bit version of Windows 10, we recommend following this article to install Ruby.

If you can not use WSL then you should follow these steps:

  • Download the last version of RubyInstaller.
  • Run RubyInstaller and follow the steps described here.

If you are familiar with docker, you could also use it.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:shella12/MorseDecoder.git

Usage

If you have ruby installed in your PC the simply start IRB(Interactive Ruby Shell) on terminal using:

  $ irb

Thats it now you can execute your program on termonal:)

(back to top)

πŸ‘₯ Authors

πŸ‘€ Ayesha Arshad

(back to top)

πŸ”­ Future Features

  • Adding Books
  • Reteriving list of Books
  • Adding peron details
  • Adding booking feature

(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 please give this repo a star ⭐️

(back to top)

πŸ™ Acknowledgments

Project architecture and requirments provided by Microverse

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 100.0%