0.2.2 • Published 3 years ago

@finxindustries/create-fullstack-app v0.2.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

create-fullstack-app npm license GPL-3.0

Generate a fullstack app using GRPC, .NET Core 3.1, Node.js, Docker, Flutter and/or React.

This is a work in progress!

How to use

$ npx @finxindustries/create-fullstack-app my_app

More info about your app is available at my_app/README.md

Prerequisites

Services structure

backend
│
└───service_api_gateway
│   │   .NET Core 3.1 Api Gateway Service
│   │   Available at: http://localhost:6080
│
└───service_api_gateway_grpc_web
│   │   .NET Core 3.1 Api Gateway Grpc Web Service
│   │   Available at: http://localhost:6081
│
└───service_authentication_user
│   │   .NET Core 3.1 Authentication User Service
│   │   Internal port: 7082
│
└───service_email
│   │   Node.js Email Service
│   │   Internal port: 7083
│
└───service_user
    │   .NET Core 3.1 User Service
    │   Internal port: 7080
    │   MySQL DB