Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarletczen/go-htmx-bulma
A small project (film list) using Go + HTMX + Bulma CSS
https://github.com/scarletczen/go-htmx-bulma
bulma go htmx
Last synced: about 1 month ago
JSON representation
A small project (film list) using Go + HTMX + Bulma CSS
- Host: GitHub
- URL: https://github.com/scarletczen/go-htmx-bulma
- Owner: scarletczen
- Created: 2023-12-25T16:48:26.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-29T08:24:40.000Z (11 months ago)
- Last Synced: 2024-10-01T05:41:28.159Z (about 2 months ago)
- Topics: bulma, go, htmx
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go + HTMX + Bulma CSS
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
A little project to learn templating with Go using Bulma CSS
## API Reference
#### Get all items
```http
POST /add-films
```| Parameter | Type | Description |
| :--------- | :------- | :--------------------------------- |
| `title` | `string` | **Required**. title of the film |
| `director` | `string` | **Required**. director of the film |