GithubHelp home page GithubHelp logo

ntrixner / base Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 16.85 MB

Base repository for future Fullstack application

License: Do What The F*ck You Want To Public License

Java 45.97% TypeScript 31.22% JavaScript 1.58% HTML 18.57% Less 1.15% SCSS 1.50%
java spring-boot angular swagger rest-api rest openapi codegen fullstack

base's Introduction

Build executable jar

Execute the mvn -DskipTests package task to get a runnable jar in the target directory. (Note: mvn clean package will not work since the client resources will be removed from the out folder by the clean task).

The runnable jar can be execture with java -jar target/server-1.0-SNAPSHOT.jar

Docker image

When you want to build a docker-image from your application execute the following commands in order

  • mvn clean
  • mvn -DskipTests package
  • mvn --projects server -DskipTests spring-boot:build-image

The created image will have the name eu.trixner/base.

Pushing to docker repo

If you, additionally want to push the image to a docker repo you need to execute the following command instead of the last one up there

  • mvn --projects server -Pprod -DskipTests spring-boot:build-image

If you do this, you need to set the following environment vairables

  • env.dockerUsername
  • env.dockerPassword
  • env.dockerUrl

base's People

Contributors

ntrixner avatar dependabot[bot] avatar ezylot avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

ezylot

base's Issues

Add Userlist

Make a pageable list of users visible only to admins, not normal users

Add multilang support

  • Base Component
  • Home Component
  • Password Change dialog
  • User Component
  • User delete confirm dialog
  • User List component
  • Forgot Password Error
  • Forgot Password Success
  • Forgot Password Component
  • Login Component
  • Register Error
  • Register Success
  • Register Component
  • Reset Password Error
  • Reset Password Success
  • Reset Password Component
  • EMails (this might be hard)

General improvements

These are up to grab from whoever

  • Split api yaml into multiple referenced files
  • Fix Mail password forgot and confirm registration URL
  • Check LINTing and improve code quality in client
  • Improve code quality in server
  • Additional REST exception handlers
  • General error handling in Client
  • Add TODOs to tasks that need to be performed if someone forks
  • Update documentation
  • Rethink list of current ROLEs
  • Allow additional assignment for ROLEs that aren't in the User's TYPE
  • Secure more methods

Forward parameters to frontend

currently, the backend just has a 404 on an unknown path. It might be an idea to instead try to figure out how to forward to the right index.html value

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.