Empowering FOLIO with Smart Automation and Seamless Integration
Rebud FOLIO Assistant is a powerful support tool built to enhance your FOLIO ecosystem through smart integrations, bulk data operations, customizable reporting, and seamless connections with third-party systems. Designed to simplify complex workflows, the Assistant streamlines repetitive tasks, boosts productivity, and ensures data consistency across platforms — making your FOLIO experience more efficient, scalable, and future-ready.
Spring Boot/Spring Data/Spring Security/Hibernate/MySQL/REST
There are several types of roles, with Administrator being the highest.
Clone the repository
git clone https://github.com/okstate-library/redbud.git
Go the folder
src/main/resources/sql and run the "make_database.sql" SQL in MySql DBMS.
The administrator user name and password are "admin". After setup the system user can change his/her password.
Set Your MySQL user name & password in application.properties
Change the server, user name and password on application.properties
Run the application
mvn clean spring-boot:run
mvn clean build
java -jar target/redbud-0.0.1.jar
Check the URL "http://localhost:8080".
