Ifabula Library

📗 Table of Contents

📖 Ifabula Library

Ifabula Library is an app for library management

🛠 Built With

Tech Stack

Server
  • Java
  • Springboot
  • Database
  • Postgres
  • Key Features

    • Built using Java Springboot

    (back to top)

    💻 Getting Started

    To get a local copy up and running, follow these steps.

    Prerequisites

    In order to run this project you need:

        java >= 11
        postgres >- 15.3
    

    Setup

    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

    (back to top)

    👥 Author

    👤 Ichsan Sandy

    (back to top)

    🔭 Future Features

    • Add UI System

    (back to top)

    🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the issues page.

    (back to top)

    ⭐️ Show your support

    If you like this project you can share this project to your friend

    (back to top)

    📝 License

    This project is MIT licensed.

    (back to top)