https://github.com/alwaysnur/go-feed
A simple feed you can post stuff on. written in go.
https://github.com/alwaysnur/go-feed
backend frontend go golang html html-css-javascript http-requests
Last synced: 17 days ago
JSON representation
A simple feed you can post stuff on. written in go.
- Host: GitHub
- URL: https://github.com/alwaysnur/go-feed
- Owner: AlwaysNur
- License: gpl-3.0
- Created: 2025-01-05T00:08:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:47:36.000Z (over 1 year ago)
- Last Synced: 2025-02-23T20:21:42.927Z (over 1 year ago)
- Topics: backend, frontend, go, golang, html, html-css-javascript, http-requests
- Language: Go
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Feed
## A simple feed you can post stuff on. written in go.
### Routes:
#### Basically what is after http://localhost:8080 eg `/` is http://localhost:8080/ and `/pasta` is http://localhost:8080/pasta
- `/`: Main feed page.
- `/api`: API http POST endpoint.
- `/submit`: Submit new post page.
- `/css`: CSS stylesheet.
### Config:
- The password is defined in the [api.go](https://github.com/alwaysnur/go-feed/blob/main/api/api.go#L29) file.
- The background image/color/gradent is in the [index.css](https://github.com/alwaysnur/go-feed/blob/main/static_server/index.css#L13) file.