Skip to content

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

License

Notifications You must be signed in to change notification settings

finxindustries/create-fullstack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks