oopsie/README.md

11 lines
256 B
Markdown
Raw Permalink Normal View History

2024-05-01 09:48:19 +01:00
# oopsie
2024-05-05 08:44:30 +01:00
This is the README for the Oopsie project, that I'm building through my [WeblogPoMo 2024 series](https://lewisdale.dev/post/tag/WeblogPoMo2024/).
## Running the server
```bash
go run main.go
```
The server will start on port `8000` by default.