https://github.com/zde37/jusgo
Get your daily dose of programmer humor with Jusgo
https://github.com/zde37/jusgo
api golang jokes-api mongodb
Last synced: 3 months ago
JSON representation
Get your daily dose of programmer humor with Jusgo
- Host: GitHub
- URL: https://github.com/zde37/jusgo
- Owner: zde37
- License: mit
- Created: 2024-06-06T12:37:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T07:44:50.000Z (about 1 year ago)
- Last Synced: 2025-02-07T11:09:57.067Z (5 months ago)
- Topics: api, golang, jokes-api, mongodb
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jusgo
Warning: Excessive use of this API may lead to uncontrollable laughter and increased productivity. (Use responsibly)!
# Description
Jusgo is a Programmer Joke API built with Golang, Clean Architecture and MongoDB. It provides a dedicated source of jokes tailored to the developer community and it's designed for seamless integration into developer tools and applications.
#
Our jokes are always up-to-date, even if your code isn't. We promise they won't throw any exceptions :)
#
90% of Jusgo was built using the Go standard library. In some cases, all you need is the standard library.## Available Endpoints
✔ Get multiple Jokes(paginated, default: 10)
✔ Get single Joke(by id)
✔ Add a Joke(Admin only)
✔ Update a Joke(Admin only)
✔ Delete a Joke(Admin only)
## How To Use
Live URL(Coming soon)## Side Notes
You'll see this syntax alot in the code (Blasphemy!!!). Well...Http handlers should return errors.
```sh
func functionName(w http.ResponseWriter, r *http.Request) error {}
```
#
Send me a PR if you know a good joke :)
##