Linkify is currently a school management system for Lego Spike, Arduino, and Raspberry Pi equipment. This system allows users to send loan requests for the mentioned equipment to one or multiple users. It includes entering the box number, the delivery date, the user's account number, the user's email address, and the user's full name. The loans are recorded and displayed to the administrator, who can also terminate the loan at any time.
Note
The project is currently on Railway (development), receiving constant updates for optimization, bug fixes, and improvements. More features are planned, such as library management, control loan management, and laptop loan management.
Important
It is important to mention that the project is currently implemented and tested in a preparatory school.
To use this project locally, it is necessary to execute the following commands in your favorite code editor's terminal.
git clone https://github.com/EricV29/Linkify.git
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
(VERSION: Linkify 1.0.0)