Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayanth-parthsarathy/htmx-go

A repo to test out htmx with a go backend
https://github.com/jayanth-parthsarathy/htmx-go

Last synced: about 12 hours ago
JSON representation

A repo to test out htmx with a go backend

Awesome Lists containing this project

README

        

# Simple Notes App

This is a simple notes application built with a Golang backend and HTMX on the frontend.

## Technologies Used

- **Backend**: Golang
- **Frontend**: HTMX

## Setup Instructions

1. Clone the repository:

```
git clone https://github.com/Jayanth-Parthsarathy/htmx-go.git
```

2. Navigate to the project directory:

```
cd htmx-go
```

3. Copy .env.example to .env and make modifications as required

```
cp .env.example .env
```

4. Start docker container

```
docker compose up
```

4. Open your web browser and navigate to `http://localhost:8080` to access the application.