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
- Host: GitHub
- URL: https://github.com/facundomunoz/books-check-out-system
- Owner: facundoMunoz
- License: mit
- Created: 2023-01-10T18:04:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T16:39:56.000Z (about 2 years ago)
- Last Synced: 2025-02-18T11:14:09.533Z (8 months ago)
- Topics: pharo-smalltalk, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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/