before starting be sure you are familiar with HTTP methods (get, post, put, delete..), HTTP request and response writers, URLs, params, query, and formValue. Step 1: Setting Up the Project Structure Create the following project structure: project_root/
├── static/
│ └── style.css
├── templates/
│ └── login.html
└── main.go The static directory will hold static files like…