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

https://github.com/facundomunoz/books-check-out-system

:rocket: Desktop books check out management app implemented in Pharo Smalltalk
https://github.com/facundomunoz/books-check-out-system

pharo-smalltalk smalltalk

Last synced: 6 months ago
JSON representation

:rocket: Desktop books check out management app implemented in Pharo Smalltalk

Awesome Lists containing this project

README

          

# Books Check Out System

Pharo Smalltalk (10.0) based desktop app to manage libraries, users and books check out following [this assignment](https://drive.google.com/file/d/1CNY19oGeFIWrILSWgABQOcizOUSftZJJ/view?usp=sharing)

[![Licence][license-shield]](./LICENSE)

Screenshots

![screenshot1](./img/screenshot-1.png)
![screenshot1](./img/screenshot-2.png)

## Built With

- [![PHARO][pharo-shield]][pharo-url]

## Getting Started

- Import the project package into your image by using the following code in your Pharo Playground
```smalltalk
Metacello new
baseline:'Administrador';
repository: 'github://facundoMunoz/books-check-out-system:main/src'; load.
```

## Usage

- Use the following method to start the app
```smalltalk
SistemaVisual crear
```

### Example

- The app has no data by default, to create example libraries, users and check outs use the following code instead
```smalltalk
SistemaVisual crearConDatos
```

## Contact
[![GITHUB][personal-shield]][personal-url] [![LINKEDIN][linkedin-shield]][linkedin-url]

## Acknowledgments

This project was made using the following recources :heart:

- *Aytar O. (2002). A guide to work with squeak morph classes. Northeastern University*

[pharo-shield]: https://img.shields.io/badge/PHARO-SMALLTALK-blue?style=for-the-badge
[pharo-url]: https://pharo.org/

[license-shield]: https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge

[personal-shield]: https://img.shields.io/badge/FACUNDO-MU%C3%91OZ-yellowgreen?style=for-the-badge
[personal-url]: https://github.com/facundoMunoz

[linkedin-shield]: https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white
[linkedin-url]: https://www.linkedin.com/in/facundomunozdev/