jnnnnn / jhipster-fastapi

Kotlin based JHipster

Home Page:https://khipster.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 FastAPI), 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 PHipster is available here

Full documentation and information about JHipster is available here


Build status

Angular

React

Webflux

Microservices

PHipster Generated Applications CI

Greetings, FastAPI Hipster!

NPM version Dependency Status

This project adds Python-FastAPI to the JHipster application 😎. It is based on JHipster Blueprint πŸ”΅.

πŸš€ How to get started

Install nvm. Then:

nvm install --lts
nvm use --lts
npm install -g pnpm
pnpm install -g generator-jhipster-fastapi yo 
phipster

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

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

Using Docker

Download the Dockerfile:

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

Build the Docker images:

docker build -t jhipster-generator-fastapi: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/phipster/app jhipster-generator-fastapi

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

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

🚦 What we have now

Nothing... future:

❌ General App generation - phipster

❌ Spring Controller - phipster spring-controller <controller-name>

❌ Spring Service - phipster spring-service <service-name>

❌ Entity generation - phipster entity <entity-name>

❀️ for community

Found an issue, let us know here.

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

About

Kotlin based JHipster

https://khipster.dev

License:Apache License 2.0


Languages

Language:EJS 74.7%Language:JavaScript 24.1%Language:Shell 1.1%Language:Dockerfile 0.1%