Go to file
Lewis Dale 701544df9c
Build and copy to prod / build-and-copy (push) Successful in 43s Details
Inherited templates, staticfiles
2024-05-15 07:56:14 +01:00
.gitea/workflows Stop, copy, start 2024-05-05 20:43:25 +01:00
data Day 9 content, connecting to database 2024-05-08 09:00:58 +01:00
ping More output on the home page 2024-05-13 07:37:11 +01:00
sites More output on the home page 2024-05-13 07:37:11 +01:00
static Inherited templates, staticfiles 2024-05-15 07:56:14 +01:00
templates Inherited templates, staticfiles 2024-05-15 07:56:14 +01:00
.gitignore Don't commit the database, silly 2024-05-09 07:12:44 +01:00
LICENSE Initial commit 2024-05-01 09:48:19 +01:00
README.md Add super-simple readme 2024-05-05 08:44:30 +01:00
go.mod Day 9 content, connecting to database 2024-05-08 09:00:58 +01:00
go.sum Day 9 content, connecting to database 2024-05-08 09:00:58 +01:00
main.go Inherited templates, staticfiles 2024-05-15 07:56:14 +01:00

README.md

oopsie

This is the README for the Oopsie project, that I'm building through my WeblogPoMo 2024 series.

Running the server

go run main.go

The server will start on port 8000 by default.