@finxindustries/create-fullstack-app

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i @finxindustries/create-fullstack-app

Weekly Downloads

1

Version

0.2.2

License

GPL-3.0

Unpacked Size

418 kB

Total Files

175

Last publish

Collaborators

  • finxindustries