This is an educational project to create a tool to record what books are in the library and who borrows them.
To get a local copy up and running follow these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
Clone the repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/braincee/School-library-project.git
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ bundle exec rspec
Kindly modify the files as needed.
π€ Stephen Annor
- GitHub: braincee
- Twitter: annor0543
- LinkedIn: Stephen Annor
π€ Eric Mahare
- GitHub: @erikmahare
- Twitter: @erikmahare
- LinkedIn: Eric Mahare
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
- Microverse
- Coding Partners
- Code Reviewers
This project is MIT licensed.