Skip to content

Maheshivara/makesweet-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makesweet server in golang

What is this?

A server implementation of paulfitz/makesweet meme gif generator using golang builded to be a microservice for a Discord bot

Tools

This project uses the following tools

Golang Docker Gin Swaggo
Golang Docker Gin Swaggo

How to use?

  1. Clone this repo to your desired location.
  2. Go to the makesweet-server folder.
  3. Copy the .env.example file to a file named .env and modify the env value (if you want).
  4. Use the docker compose up command to run the compose.
  5. The server will run in http://localhost:8080/api.
  6. You can use Swagger UI to test the API or check the endpoints in http://localhost:8080/api/docs/index.html

About

Go server to paulfitz makesweet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 42.5%
  • C 42.3%
  • Go 13.1%
  • Dockerfile 1.1%
  • CMake 1.0%