Skip to content

Latest commit

 

History

History
148 lines (91 loc) · 3.85 KB

File metadata and controls

148 lines (91 loc) · 3.85 KB

📗 Table of Contents

📖 School library

  • A tool to manage OOP University's library collection by adding new students or teachers, adding new books, and tracking who borrowed them.

(back to top)

🛠 Built With

Tech Stack

Key Features

  • Add new students/teachers.
  • Add new books.
  • Track borrowing history.

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • To install ruby in your PC. You can read this documentation on how to do so
  • Know how to navigate directories or folders at the CLI.
  • Know how to get the URL(https/ssh) of a repository on GitHub.
  • You should have a code editor installed, preferably VSCode.

Setup

In desired folder or directory in the CLI, run the command:

cd clone https://github.com/RoyJumah/school-library.git

Navigate into the cloned folder or repository by running the command:

 cd <folder/name of the repository>

If VsCode is your default code editor, run:

  code .

You are all set up!

(back to top)

👥 Authors

👤 Roy Jumah

👤 Donald Akite

(back to top)

🔭 Future Features

  • Add new students or teachers.
  • Add new books.
  • Save records of who borrowed a given book and when.
  • And all of this will be built in a beautiful and well-organized way!

(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 you can give it a star

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing me the resources that enabled us to finish this challenge!

(back to top)

📝 License

This project is MIT licensed.

(back to top)