Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

ovaas/grpc-todolist-exmaple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC API TodoList Example

Build

Build Docker Image

docker-compose build

Rebuild Specific Docker Image

Service names:

  • front-end: web
  • proxy: proxy
  • back-end:server
docker-compose build --no-cache [service name]

Run All Service

docker-compose up

Run All Service in Background

docker-compose up -d

Use

Open: http://localhost:3000/

About

A TodoList Web App Use gRPC API with Vue & Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published