Categorygithub.com/ChristianMoesl/chat-server
modulepackage
0.0.0-20231119161644-d78d6f0708f7
Repository: https://github.com/christianmoesl/chat-server.git
Documentation: pkg.go.dev

# README

Chat Server

Simple chat server, where people can send messages

Setup

  • Install Planetscale CLI tool for development
brew install planetscale/tap/pscale
brew install mysql-client
  • Install migration tool to generate SQL migrations
go install -tags mysql github.com/golang-migrate/migrate/v4/cmd/migrate
  • Install AIR for hot reloading: go install github.com/cosmtrek/air@latest

  • Run server in development mode MODE=development air

Deploy

  • Deploy to Google Cloud Run: gcloud run deploy chat-server --source . --allow-unauthenticated --region=europe-west3

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

TemplateRenderer is a custom html/template renderer for Echo framework.