roshan-404 / GO-mail

A service where users can register themselves and can send an email & do live chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email-service

A service where users can register themselves and can send an email & do live chat.

How To get this working:

  • You must have GoLang installed.
  • You will need to run go mod download to install dependencies for this project. Do that in the root directory of the project.

Starting - Local

  • Copy .env.example to .env in the same directory
  • Remember to create your own .env based on the template provided.
  • Update environment variables with credentials for mysql
go run main.go

Documentation of API's

Run the app, and browse to http://localhost:3000/swagger/index.html. Find the Swagger 2.0 Api documents

About

A service where users can register themselves and can send an email & do live chat.


Languages

Language:Go 88.4%Language:HTML 8.9%Language:Shell 2.7%