The repository consists the code to receive a message via. POST request. The recieved message is then parsed and all the column headers are replaced with respective row entries values in the text. The generated text messages are then converted into txt file and stored locally.
- Send POST request to server - http://localhost:3000/dashboard
Clone the project
git clone https://github.com/avs-7955/template-filler-golang.git
Go to the project directory
cd template-filler-golang
Run the backend server
go run main.go
Use Thunder Client or Postman to test the server.