https://github.com/ssekpius/microverse-oop-school-library
In this project, i will start building my school library app. In this initial step,i will implement the classes to represent students and teachers.
https://github.com/ssekpius/microverse-oop-school-library
Last synced: over 1 year ago
JSON representation
In this project, i will start building my school library app. In this initial step,i will implement the classes to represent students and teachers.
- Host: GitHub
- URL: https://github.com/ssekpius/microverse-oop-school-library
- Owner: SSEKPIUS
- License: mit
- Created: 2023-02-15T12:00:15.000Z (over 3 years ago)
- Default Branch: Dev
- Last Pushed: 2024-08-02T00:43:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T09:22:53.166Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**School Library** In this project, I will start building a school library app. In this initial step, I implement the classes to represent students and teachers.
- Ruby.
### Key Features-
- Add new students or teachers
- Add new books.
- Save records of who borrowed a given book and when
To get a local copy up and running follow these simple example steps.
### Prerequisites
To run this project you need:
- Download Visual Studio Code.
- Download Git.
### Setup
Clone this repository to your desired folder:
- `Clone the repo`
```sh
git clone https://github.com/SSEKPIUS/Microverse-OOP-school-library.git
```
### Install
- `you can run any one of these commands to install bundle on your machine:`
```
- bundle init
- bundle install
- sudo apt bundle install (for Linux)
```
### Usage
- `To run the project, execute the following command:`
- Open the test.RB file with VSCode or any editor that works
with Ruby and runs the code.
1. Ssekweyama Pius
- GitHub: [@githubhandle](https://github.com/SSEKPIUS)
- Twitter: [@twitterhandle](https://twitter.com/SSEK_PIUS)
- LinkedIn: [LinkedIn](https://linkedin.com/in/pius-ssekweyama-23665794)
- Add more functionality
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> We encourage you to support this project
If you like this project, give a star or kindly donate a token at [Paypal]()
> Credit to everyone who inspired this codebase.
I would like to thank Microverse student team for the resources availed.
> Questions new developers would ask when they decide to use this project.
- **What is front-end, HTML, CSS and JavaScript**
- The front end refers to the parts of the application that users (also known as "clients") interact with directly
- As a front-end dev, you'll implement these tasks primarily using HTML to define the structure of web pages, CSS to add styling, and JavaScript to add interactivity.
- **What is back-end and Full stack**
- The back end refers to the parts of the application that run behind the scenes and aren't presented directly to the user/client.
- The back end typically includes a web server which handles HTTP connections received from the front-end client (usually a web browser)
- Full stack simply includes both the front end AND back end!
This project is [MIT](./LICENSE) licensed.