First clone the repository.
git clone https://github.com/asifrahaman13/hirego_backend.git
Rename the .env.example file to .env file.
In Unix based system you can use the following:
mv .env.example .env
In windows you can manually do the same.
Next update the required values in the .env file.
Now run the application in local development server.
go run src/cmd/main.go
The backend will run on the following port: