https://github.com/tylher/school-library-app
https://github.com/tylher/school-library-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylher/school-library-app
- Owner: tylher
- License: mit
- Created: 2022-06-20T11:03:42.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-30T20:56:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T09:23:43.387Z (4 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# school-library-app
Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow you to:- 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!## Built With
- Technologies used:
> Ruby,
> Gemfile,
> IRB## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- Git
- NodeJS
- Ruby
-### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone [email protected]:tylher/school-library-app.git
``````
$ cd school-library-app
``````
$ bundle install
```### Usage
To run any ruby file:
```
$ ruby (name of file)
```## Authors
- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!