Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayanth-parthsarathy/htmx-go
- Owner: Jayanth-Parthsarathy
- Created: 2024-02-26T13:15:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T13:47:52.000Z (9 months ago)
- Last Synced: 2024-02-26T16:00:20.971Z (9 months ago)
- Language: Go
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.