Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelofarzabi/school-library
School Library is an app to record what books are in the library and who borrows them.
https://github.com/nelofarzabi/school-library
database postgresql ruby
Last synced: 26 days ago
JSON representation
School Library is an app to record what books are in the library and who borrows them.
- Host: GitHub
- URL: https://github.com/nelofarzabi/school-library
- Owner: Nelofarzabi
- License: mit
- Created: 2023-10-03T06:41:37.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-07T07:04:05.000Z (over 1 year ago)
- Last Synced: 2024-11-08T07:54:42.545Z (3 months ago)
- Topics: database, postgresql, ruby
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π School Library ](#-school-library-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)**School Library** is an app to record what books are in the library and who borrows them.
Server
- **Add new students or teachers**.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Nelofarzabi/school-library.git
cd school-library
```
### Install
- Confirm Ruby has been installed by running the following in the terminal:
```
ruby -v
```
### Usage
To run the project, execute the following command:
Example command:
```rb
ruby school-library.rb
```
### Run tests
No test written for this project yet!
π€ **Nelofar Zabi**
- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213).
- **Add new books**.
- **Save records of who borrowed a given book and when**.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nelofarzabi/school-library/issues).
If you like this project please give it a starβοΈ
I would like to thank Microverse to provide this project
This project is [MIT](./LICENSE) licensed.