To start using the application
- Make sure you have golang environment setup.
- Clone the project into your system.
- Build the project using
go build
. Make sure to run the command in the root of the project. - Run the executable and try the app on
localhost:3000
.