Giter Site home page Giter Site logo

lakecenter / jhipster-kotlin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhipster/jhipster-kotlin

0.0 0.0 0.0 8.79 MB

Kotlin based JHipster

Home Page: https://khipster.dev

License: Apache License 2.0

JavaScript 24.12% Shell 1.10% Kotlin 69.63% Dockerfile 0.08% EJS 5.06%

jhipster-kotlin's Introduction


About

JHipster is a development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. We support many frontend technologies, including Angular, React, and Vue. We even have mobile app support for Ionic and React Native! On the backend, we support Spring Boot (with Java or Kotlin), Micronaut, Quarkus, Node.js, and .NET. For deployment, we embrace cloud native principles with Docker and Kubernetes. Deployment support exists for AWS, Azure, Cloud Foundry, Google Cloud Platform, Heroku, and OpenShift.

Documentation and information about KHipster is available here

Full documentation and information about JHipster is available here


Build status

Angular

React

Webflux

Microservices

KHipster Generated Applications CI

Greetings, Kotlin Hipster!

NPM version Dependency Status

This project adds Kotlin to the JHipster application ๐Ÿ˜Ž. It is based on JHipster Blueprint ๐Ÿ”ต.

๐Ÿš€ How to get started

Install the package with npm install -g generator-jhipster-kotlin

  1. Make sure you have yo installed with npm install -g yo
  2. Install the package with npm install -g generator-jhipster-kotlin
  3. Generate the application with khipster

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/jhipster/jhipster-kotlin/raw/main/docker/Dockerfile

Build the Docker images:

docker build -t jhipster-generator-kotlin:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin /bin/bash

๐Ÿšฆ What we have now

โœ… General App generation - khipster

โœ… Spring Controller - khipster spring-controller <controller-name>

โœ… Spring Service - khipster spring-service <service-name>

โœ… Entity generation - khipster entity <entity-name>

โค๏ธ for community

Found an issue, let us know here.

Interested in contributing, check out our contributing guide to get started.

Any questions sendilkumarn

jhipster-kotlin's People

Contributors

amatosg avatar atomfrede avatar azure-pipelines[bot] avatar codecholeric avatar danielfran avatar deepu105 avatar dependabot[bot] avatar dschulz avatar isaul32 avatar jhcao23 avatar julillosamaral avatar leonardortlima avatar leozin avatar mathieuaa avatar murdos avatar pascalgrimaud avatar pvliss avatar rainerh avatar rajpratik71 avatar romancha avatar rotenkampf avatar ruddell avatar sendilkumarn avatar sudharakap avatar teobais avatar tharakadesilva avatar thejavaguy avatar vishal423 avatar yogendra0sharma avatar zomzog 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.