Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ademcatamak/go-joke
- Owner: AdemCatamak
- Created: 2024-11-06T14:46:51.000Z (2 days ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:57:34.000Z (2 days ago)
- Last Synced: 2024-11-06T16:48:06.439Z (2 days ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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.