Wikipedia Search Application
Tutorial: A Complete Guide to Logging in Go with Zerolog.
🟢 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 rungo mod tidy
to download dependencies.- Execute the command below to start the development server:
go build && ./wikipedia-demo
- Visit http://localhost:3000 in your browser.
⚖ License
The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.