Skip to content

mpiorowski/microservices-gcp-template

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published