Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 761 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 761 Bytes

Web_Applicaion_with_Golang

Understanding web app with golang in local as-well-as google cloud.

Note :

Please don't use

*.html

extension instead of this use any other reliable extension

In my case I use

*.gohtml

extension

If we use *.html it will show this

Broken

my HotelReservation project has HTML as front-end so I use *.html and Go as back-end, that is why Github manifest it with HTML.

Lets Start

  1. With Localhost
  2. With Google Cloud