Skip to content

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

Notifications You must be signed in to change notification settings

quazi2tausif/Web_Applicaion_with_Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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