Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjuliao/curriculum
This is a school library app built in Ruby, that hosts the records of borrowed books among students and professors.
https://github.com/gjuliao/curriculum
Last synced: 6 days ago
JSON representation
This is a school library app built in Ruby, that hosts the records of borrowed books among students and professors.
- Host: GitHub
- URL: https://github.com/gjuliao/curriculum
- Owner: gjuliao
- License: mit
- Created: 2023-03-06T15:34:10.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-13T18:24:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T18:29:15.395Z (2 months ago)
- Language: Ruby
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)** Curriculum ** Is a Ruby project that creates a library book project, consisting of hosting the records of borrowed books from students and teachers.
- **Back-End Ruby operations**
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
### Setup
Clone this repository to your desired folder:
1. Download the **Zip** file or clone the repo with:
```bash
git clone [email protected]:gjuliao/curriculum.git
```
2. To access cloned directory run:
```bash
cd curriculum
```
### Install
> To install linters and other project's dependencies run:
```bash
bundle install
```
### Usage
To run the project, execute the following command:
```bash
ruby main.rb
```
### Run tests
For tracking linter errors in Ruby files run:
```
rubocop .
```
👤 **Giovanni Juliao**
- GitHub: [@gjuliao](https://github.com/gjuliao)
- LinkedIn: [giovanni-juliao](https://www.linkedin.com/in/giovanni-juliao/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/gjuliao/curriculum/issues).
If you like this project please give it a star.
I would like to thank the Microverse team for the creation of this example project.
This project is [MIT](./license) licensed.