oopsie/README.md

11 lines
256 B
Markdown
Raw Normal View History

2024-05-01 08:48:19 +00:00
# oopsie
2024-05-05 07:44:30 +00: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.