/wikipedia-demo

A simple Wikipedia Search Application built to demonstrate logging in Go with Zerolog

Primary LanguageGoApache License 2.0Apache-2.0

Wikipedia Search Application

Tutorial: A Complete Guide to Logging in Go with Zerolog.

Screenshot or GIF of the application in action

🟢 Prerequisites

You must have the latest version of Go installed on your machine. This project was tested against Go 1.19.

📦 Getting started

  • Clone this repo to your machine:
git clone https://github.com/betterstack-community/wikipedia-demo
  • cd into the project folder and run go mod tidy to download dependencies.
  • Execute the command below to start the development server:
go build && ./wikipedia-demo

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.