Skip to content

URL shortener built with HTMX, Gin, GORM and Tailwind CSS.

Notifications You must be signed in to change notification settings

kawijayaa/pintas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pintas - URL Shortener

built with htmx, gin, gorm and tailwindcss

web preview

Environment Variables

Name Description Example
PINTAS_DB_DSN PostgreSQL DSN string host=localhost port=5432 user=postgres password=postgres dbname=pintas sslmode=disable

Development

tailwindcss -i frontend/styles/index.css -o frontend/static/styles.css -w
air

Build

tailwindcss -i frontend/styles/index.css -o frontend/static/styles.css 
GIN_MODE=release go build -o pintas main.go
./pintas

About

URL shortener built with HTMX, Gin, GORM and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published