Pharo Smalltalk (10.0) based desktop app to manage libraries, users and books check out following this assignment
- Import the project package into your image by using the following code in your Pharo Playground
Metacello new
baseline:'Administrador';
repository: 'github://facundoMunoz/books-check-out-system:main/src'; load.
- Use the following method to start the app
SistemaVisual crear
- The app has no data by default, to create example libraries, users and check outs use the following code instead
SistemaVisual crearConDatos
This project was made using the following recources ❤️
- Aytar O. (2002). A guide to work with squeak morph classes. Northeastern University