Skip to content

sachinparihar/Go-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Weather-App

How to run

First, Clone this repo:

git clone [email protected]:sachinparihar/Go-Weather-App.git
cd Go-Weather-App/src/Backend
go run main.go

Pull docker image:

docker pull sachinparihar/go-weather-apps:latest

Run the docker image:

docker run -p 8000:8000 sachinparihar/go-weather-apps:latest

Browser the url localhost:8000/

Congrats!🎉 weather-app is running.

Screenshot from 2023-03-15 22-33-05