This project is a simple web server create to absorb the content and studies from golang programming language
http://localhost:8080/is the entry point of this web server.http://localhost:8080/hellois a simplehello worldresponse.http://localhost:8080/form.htmlis a simple form to send a name and a address.http://localhost:8080/formis the form method that receives the form data fromhttp:localhost:8080/form.html.
to run this project you need to clone this repository and use the go run main.go command in your CL shell
├── static
│ ├── index.html
│ └── form.html
├── main.go
└── README.md
A brief description of the layout:
main.gothe api entry point