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
- Clone the repository
- Create a copy of the
.env.example
file and rename it to.env
- Run
make run
to start the server