Skip to content

JMustang/LiveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiveChat

  • A live chat app

tech stack

Backend

  • Golang
  • Gin
  • Postgres SQL
  • Websocket

Migration

migrate create -ext sql -dir db/migrations migration_name
  • Create Migration table User
  • Push migrate to yours db
migrate -path db/migrations -database "postgresql://DB_USER:DB_PASSWORD@DB_HOST:DB_PORT/DB_NAME?sslmode=DB_SSLMODE" -verbose up

Frontend

  • React.js
  • Next.js
  • Tailwind

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published