/GO-mail

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

Primary LanguageGo

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