PabloEGonz / school-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School Library

πŸ“— Table of Contents

πŸ“– School Library

This project is a database based on the structure needed for a library, and will serve as a tool to record what books are in the library and who borrows them. This program has the following options:

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

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

 gem install ruby

Setup

Clone this repository to your desired folder:

  cd folder
  git clone git@github.com:PabloEGonz/school-library.git

Install

Install this project with:

  cd my-project
  bundle install

(back to top)

πŸ‘₯ Authors

πŸ‘€ Pablo Gonzalez

πŸ‘€ Ruben Cuervo

πŸ‘€ Romans S.

(back to top)

πŸ”­ Future Features

  • Test Driven Development (TDD): Encourage TDD practices, where new features are first defined by writing tests and then implemented to pass those tests. This approach ensures that code changes are well-tested from the start.
  • Improve 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

  • Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Thank you Microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%