Skip to content

Declarative Fullstack (Backend/Frontend) Framework using Htmx Like frontend and React Like backend implemented using Go

License

Notifications You must be signed in to change notification settings

Arshu/PolyglotWeb-Go

Repository files navigation

PolyglotWeb-Go

Declarative Fullstack (Backend/Frontend) Framework using Htmx Like frontend and React Like backend implemented using Go

Local Development

  1. Copy the example environment file and modify as needed:
cp .env.example .env
  1. Run the application:
go run .
  1. Regenerate swagger when there are changes (see generate.go for required packages):
go generate .

By default, the server will start on port 3000.

Docker

Build the image:

docker build -t polyglot-web-go .

Run the container:

docker run -p 3000:3000 -v ./data:/app/data --env DB_PATH=/app/data/data.db polyglot-web-go

About

Declarative Fullstack (Backend/Frontend) Framework using Htmx Like frontend and React Like backend implemented using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published