Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseokpe/school-library
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.
https://github.com/roseokpe/school-library
Last synced: 29 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/roseokpe/school-library
- Owner: Roseokpe
- Created: 2022-09-26T22:14:17.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-01T09:53:48.000Z (about 2 years ago)
- Last Synced: 2024-10-03T05:41:16.049Z (about 2 months ago)
- Language: Ruby
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# school library
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. This app will allow you to:Add new students or teachers.
Add new books.
Save records of who borrowed a given book and when.## Built with
Major Languages
- Ruby
Major Technologies
- VS code as IDE
- Git and Github
- Linters## Getting Started
To get a local copy up and running, follow the steps in Setup below.### Prerequisites
Basic knowledge of Ruby.### Setup
If you installed git you can clone the code to your machine.```bash
git clone https://github.com/Roseokpe/school-library.git
```- Once the files are on your machine, open the Portfolio folder in [Visual Studio Code](https://code.visualstudio.com/)
- With the files open in Visual Studio Code, press the **Go Live** button at the bottom of the window to launch the files with [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer).
### Install
The following tools help make easier to work with sample code.
- [git](https://git-scm.com/downloads): A tool for managing source code
- [Visual Studio Code](https://code.visualstudio.com/): A source code editor
- [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer): A simple web server utility for Visual Studio Code## Live Demo
[coming soon]()
## Authors
👤 **Rose Okpe**- [Linkedin](https://www.linkedin.com/in/roseokpe/)
- [Git](https://github.com/Roseokpe)
- [Twitter](https://twitter.com/roseokpe)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Roseokpe/Portfolio/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.