Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 460 Bytes

File metadata and controls

10 lines (7 loc) · 460 Bytes

Sample Hello World Application Built with gofr.dev

Welcome to this sample Hello World application created using gofr.dev, a powerful framework for building Go applications.

To run the sample application, simply use the following command in your terminal:

go run main.go

This command will compile and execute the main.go file, allowing you to see the {"data":"Hello! Welcome to gofr-app"} message if we hit http://localhost:8000/hello.