Skip to content

Latest commit

 

History

History
152 lines (89 loc) · 3.69 KB

README.md

File metadata and controls

152 lines (89 loc) · 3.69 KB

logo

📗 Table of Contents

📖 [OOP SCHOOL]

[OOP SCHOOL] is a web application, where I created a school library with the next functionalities: Add new students or teachers,Add new books, and Save records of who borrowed a given book and when.

🛠 Built With

Tech Stack

The following technologies were used in the development of this project:

Ruby: To create and manipulate the classes

Key Features

  • You can add new students or teachers
  • You can add new books
  • You can 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:

  gem install bundler

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:carreraprogrammer/school.git

Usage

To run the project, execute the following command:

  bundle init

Deployment

You can deploy this project using:

    ruby person.rb
    ruby student.rb
    ruby teacher.rb

(back to top)

👥 Authors

👤 Daniel Carrera

👤 Nabeel Ahmed

(back to top)

🔭 Future Features

  • [Add basic UI]

(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, I'd really appreciate if you can give me a star.

(back to top)

🙏 Acknowledgments

I would like to thank to my family, my coding partners and Microverse, that are always pushing me to became my best version

(back to top)

📝 License

This project is MIT licensed.

(back to top)