Categorygithub.com/Alitindrawan24/go-mattermost
repository
0.0.0-20230616005725-0919df071bc2
Repository: https://github.com/alitindrawan24/go-mattermost.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Go Mattermost

License: MIT

Go Mattermost is a very simple API for interacting with mattermost accounts

Tech

  • Go

Package/Frameworks

  • Gin

Getting Started

To get started with Go Mattermost, you will need to have Go installed on your computer. You can download Go from the official website: https://golang.org/dl/

Once you have Go installed, follow these steps:

  • Clone the repository to your local machine using
git clone https://github.com/Alitindrawan24/go-mattermost.git
  • Navigate to the project directory using the command line.
  • Copy .env.example into .env
  • Fill the environment value in .env
  • Run the app using
make run

Or using

go run cmd/main.go

Endpoints

  • GET/ get a user information
  • PUT/custom-status update the custom status user

License

This project is licensed under the MIT License - see the LICENSE.md file for details.