mpiorowski / microservices-gcp-template

Microservices Google Cloud Platform template using SvelteKit, Fastify and PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Microservices Google Cloud Platform template using SvelteKit, Fastify and PostgreSQL.

License:MIT License


Languages

Language:TypeScript 68.9%Language:Svelte 22.9%Language:CSS 4.4%Language:JavaScript 2.5%Language:HTML 0.7%Language:PLpgSQL 0.4%Language:Shell 0.1%Language:Dockerfile 0.0%