Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ademcatamak/go-joke

Study on Go Folder Structure
https://github.com/ademcatamak/go-joke

Last synced: about 4 hours ago
JSON representation

Study on Go Folder Structure

Awesome Lists containing this project

README

        

# **Go Joke Application**

## **Overview**

This application was created as a study on folder structure for Go project.

This is an application that fetches a random joke from [Dad Joke API](https://icanhazdadjoke.com/).

After app starts, you can access the index page via `http://localhost:8181` or `http://localhost:8181/index`. The page
fetches a random joke and displays it in the browser.