This codebase was created to demonstrate a fully fledged fullstack application built with
- Fiber v2 an Express inspired web framework for Go
- HTMX to connect the frontend (html + js) with the backend
- Slug for user friendly URLS
- OR Mapper gorm and a Go native driver for GORM to sqlite
- and other packages
Project Overview
"Projecty" is a social project development site for DIY enthusiaists and product builders.
Installation
1. clone this repository
2. run: go get
3. this project is using sqlite and its already seeded, look at database.sqlite
4. run: go run main.go
6. use test@email.com|secret for logging in
6.1. or can register from the web