Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.18 KB

Readme.md

File metadata and controls

53 lines (32 loc) · 1.18 KB

Bunnyshell Hackaton

This is a full-stack web application that is a basic User Management Application with CRUD features:

  • Create User
  • List User
  • Update User
  • Delete User

Application Flow Diagram

graph LR
UI(ReactJS UI)--> Java(Quarkus Application)--> DB(Postgres Database)
Loading

Technologies used:

Back-End:

  • Java 17
  • Quarkus 3.1.0.Final
  • Postgres Database (v15.3)
  • Hibernate Panache

Front-End:

  • React-router-dom 5+
  • Axios 1.4.0
  • Bootstrap 4.5.0

Images Used

User Interface

Add User

Retrieve All User

Retrieve Specific User

Update User

Swagger (Rest API)

The swagger UI is available at http://localhost:8080/swagger-ui.html