Skip to content

himanshumps/quarkus-reactjs-postgres-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quarkus-reactjs-mongod-crud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • Java 10.9%
  • HTML 7.2%
  • CSS 4.5%
  • Dockerfile 3.2%