Giter Site home page Giter Site logo

dangdd2003 / dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chloroproject-2023/dashboard

0.0 0.0 0.0 246 KB

Backend system using Quarkus written in Java with JWT security

License: MIT License

Java 99.66% Shell 0.34%
java quarkus backend-service hibernate jpa mariadb mavens mysql orm jwt

dashboard's Introduction

dashboard - Backend

  • Backend service - Server for Group Project 2023 - 2024

  • for Website service, redirect to dashboard-UI repository.

Normal build and run

Requirement

  • Java set up (JAVA_HOME set up, recommended JDK 17, most dependencies work well with jdk 17)
  • Maven set up (MAVEN_HOME set up for downloading extension,recommend at least version 3.9.6)
  • Docker set up (for running in docker)
  • MySQL/MariaDB running on port 3306 with created schema user-management for data persistence (recommended MySQL)

Run in docker (Recommended)

./quickstart.sh

(Still updating and fixing)

Normal build

  • Generate RSA key used for project's security (every time this script generates a new key, all the previous JWT will die)
./keygen.sh
  • Run dashboard-security service to get JWT (Running on port 0.0.0.0:8080)
cd dashboard-security
mvn compile quarkus:dev
  • Create new shell and run dashboard-user for testing endpoint (Running on port 0.0.0.0:8081)
cd dashboard-user
mvn compile quarkus:dev

Access API - Endpoint

Contribution

dashboard's People

Contributors

dangdd2003 avatar vivarium69420 avatar

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.