/TDD-Ruby

Primary LanguageRubyMIT LicenseMIT

Test-driven development TDD

📗 Table of Contents

📖 Test-Driven Development

TDD Ruby is a project built collaboratively to write test-driven ruby applications.

🛠 Built With

Tech Stack

Ruby

Key Features

  • Person, student, and teacher classes
  • Student and Teacher classes inherits from Person class
  • Data preservation

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project, you must have installed and configured the following tools in your local environment:

  • Install Ruby

Setup

You must ensure that you have the postgreSQL installed and the server is started before continuing.

First clone this repository to your desired folder:

  git clone https://github.com/over-geek/TDD-Ruby.git
  cd TDD-Ruby

Install

Install this project with:

  bundle install

(back to top)

👥 Authors

👤 Agyare Kissi Kenneth Kwame

👤 khaled alaa

(back to top)

🔭 Future Features

  • Optimization

(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 liked this project, give me a "Star" (clicking the star button at the beginning of this page), share this repo with your developer community or make your contributions.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)