Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jake-schuler/guestbook-api
A GuestBook API for the Hack Club RASPAPI YSWS
https://github.com/jake-schuler/guestbook-api
api golang guestbook hackclub html
Last synced: 7 days ago
JSON representation
A GuestBook API for the Hack Club RASPAPI YSWS
- Host: GitHub
- URL: https://github.com/jake-schuler/guestbook-api
- Owner: Jake-Schuler
- Created: 2025-01-21T18:46:34.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T19:37:15.000Z (14 days ago)
- Last Synced: 2025-01-21T20:23:38.596Z (14 days ago)
- Topics: api, golang, guestbook, hackclub, html
- Language: HTML
- Homepage: https://guestbook.jschuler.hackclub.app/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guestbook API
This is a simple API for a guestbook application. It uses SQLite as a database and Gorm as an ORM. The API is written in Go and uses the Echo web framework.
## Endpoints
### GET /messages
Returns all messages in the database.
### GET /totalMessages
Returns the total number of messages in the database.
### POST /newMessage
Creates a new message in the database.
### GET /uptime
Returns the uptime of the server since it started.
### Static Assets
Static files are served from the `assets` directory.