Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.83 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.83 KB

Microservices GCP template

Microservices Google Cloud Platform template using:

Check my others similar projects:

Architecture

Base features

  • User authentication via magic link
  • Async email sending
  • File upload and download

Development setup

In docker-compose.yml write down Your SendGrid Api Key.

Install npm libraries:

npm --prefix ./client install
npm --prefix ./gateway install
npm --prefix ./server install

Start development gateway and microservices:

docker-compose up

Start development frontend:

npm --prefix ./client start