Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |