Ifabula Library is an app for library management
Database
- Built using Java Springboot
To get a local copy up and running, follow these steps.
In order to run this project you need:
java >= 11
postgres >- 15.3
Clone this repository to your desired folder:
git clone https://github.com/ichsansandy/ifabula-library-project.git
You need to setup database for these project
ifabula_library
or you can use your own database and change the src/main/resources/application.properties
spring.datasource.url=jdbc:postgresql://localhost:5432/[your_database]
spring.datasource.username=[your_username]
spring.datasource.password=[your_password]
if you use intelij idea it don't forget to set the SDK to java 11 than don't forget clean and build
it will run the server on localhost:8080
👤 Ichsan Sandy
- GitHub: @ichsansandy
- Twitter: @1chsansandy
- LinkedIn: Ichsan Sandy
- Add UI System
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
This project is MIT licensed.