aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4fe60c24b6aadbec4b04fb1fc4a494ac545d7cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This codebase was created to demonstrate a fully fledged fullstack application built with

 - [Fiber v2](https://github.com/gofiber/fiber/tree/v2.52.6) an Express inspired web framework for Go
 - [HTMX](https://htmx.org/) to connect the frontend (html + js) with the backend
 - [Slug](https://github.com/gosimple/slug) for user friendly URLS
 - [OR Mapper gorm](gorm.io/gorm) and a [Go native driver for GORM to sqlite](https://github.com/glebarez/sqlite)
 - and [other packages](go.mod)

## 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
```