Categorygithub.com/5aradise/go-message
module
0.0.0-20241015122532-5cee979a92b8
Repository: https://github.com/5aradise/go-message.git
Documentation: pkg.go.dev

# README

go-message

Description

A simple web messenger written in Go programming language.

It uses Gin as the HTTP framework with gorilla/websocket for real-time communication and SQLite as the database with gorm as the ORM library.

Features

  • Real-time messaging
  • Authentication and authorization

Technologies

  • Go
  • Gin
  • Gorilla WebSocket
  • Gorm
  • SQLite

Requirements

  • Go 1.23
  • SQLite

Running the application

  1. Clone the repository
  2. Create a copy of the .env.example file and rename it to .env
  3. Run make run to start the server

# Packages

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