Giter VIP home page Giter VIP logo

minio-example's Introduction

Book Management Application

This repository hosts a full-stack application facilitating book management. The backend, built with Spring Boot and integrated with MinIO for object storage, offers RESTful services. The Angular-based frontend provides a smooth user interface.

Features

  • Add new books with title, author, and cover image.
  • View a list of all added books.
  • (Any other features your application provides.)

Technologies

  • Backend: Spring Boot, MinIO for object storage
  • Frontend: Angular
  • Database: H2 (or specify if another database is used)

Getting Started

Prerequisites

  • JDK 17
  • Gradle (for backend)
  • Node.js and npm (for frontend)
  • Docker (for running MinIO)

Backend Setup

  1. Clone the repository.
  2. In the root directory, run gradle build to build the backend project.
  3. Launch the backend server with gradle bootRun.

Frontend Setup

  1. Navigate to the frontend/book-manager-frontend directory.
  2. Run npm install to install the required dependencies.
  3. Start the Angular development server with ng serve.
  4. Open http://localhost:4200 in your web browser to access the frontend.

MinIO Setup

  1. Make sure Docker is up and running.
  2. Use the docker-compose.yml file at the root of the project to start MinIO.
  3. The MinIO dashboard is available at http://localhost:9001.

minio-example's People

Contributors

akapincev avatar

Watchers

 avatar

Forkers

jmccar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.