https://github.com/v0pe/school-library
This is a comprehensive fullstack school library application with different features that aids user experience.
https://github.com/v0pe/school-library
ruby ruby-gem
Last synced: about 1 year ago
JSON representation
This is a comprehensive fullstack school library application with different features that aids user experience.
- Host: GitHub
- URL: https://github.com/v0pe/school-library
- Owner: V0pe
- License: mit
- Created: 2022-07-18T10:16:26.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-22T09:18:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T21:49:17.476Z (about 2 years ago)
- Topics: ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Library

> This is a comprehensive fullstack school library application with different features that aids user experience.
## Built With
- **Ruby**
## Setup
- Install Ruby in local envinronment.
- Run program(irb) using the command line
## Prerequisites
- Understand Ruby basic system and linux
- No linter errors
## Getting Started
Clone the project, make sure you have ruby installed and you are good to go:
```
git clone https://github.com/V0pe/School-library.git
```
To view the project directory
```
cd School-library
```
Install the necessary packages
```
bundle install
gem install rubocop
```
To run the code
```
main
```
Check for linter errors
```
rubocop
```
## Author
👤 **Victor Damola**
- GitHub: [@V0pe](https://github.com/V0pe)
- Twitter: [@de_vope_](https://twitter.com/de_vope)
- LinkedIn: [Victor Damola](https://linkedin.com/in/victor-damola-aderibigbe-27931ab0)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/V0pe/School-library/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse community
## 📝 License
This project is [MIT](./MIT.md) licensed.