An open API service indexing awesome lists of open source software.

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.

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

**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.

## 🛠 Built With

### Tech Stack

- Ruby.

### Key Features-
- Add new students or teachers
- Add new books.
- Save records of who borrowed a given book and when

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Authors

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)

(back to top)

## 🔭 Future Features

- Add more functionality

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> We encourage you to support this project

If you like this project, give a star or kindly donate a token at [Paypal]()

(back to top)

## 🙏 Acknowledgments

> Credit to everyone who inspired this codebase.

I would like to thank Microverse student team for the resources availed.

(back to top)

## ❓ FAQ

> 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!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)