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

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.

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.