# 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
- Clone the repository:
git clone https://github.com/Jayanth-Parthsarathy/htmx-go.git
- Navigate to the project directory:
cd htmx-go
- Copy .env.example to .env and make modifications as required
cp .env.example .env
- Start docker container
docker compose up
- Open your web browser and navigate to
http://localhost:8080
to access the application.