2020-05-08 22:37:30 +01:00
2019-08-21 10:01:23 +01:00
2020-03-17 18:33:28 +01:00
2020-03-17 18:33:28 +01:00
2019-08-22 17:21:56 +01:00
2020-01-19 00:37:44 +01:00
2019-08-22 17:21:56 +01:00

News Demo Application

Learn web development with Go. Live demo: https://freshman-news.herokuapp.com/

Here's what the completed application looks like:

demo

The code in this repo is meant to be a reference point for anyone following along with the tutorial.

Prerequisites

  • You need to have Go installed on your computer. The version used for the tutorial is 1.12.9.

  • Sign up for a News API account and get your free API key.

Get started

  • Clone this repository to your filesystem.

  • cd into it and run the following command: go run main.go -apikey=<your news api key> to start the server on port 3000.

  • View http://localhost:3000 in your browser.

Description
Build your first Go website
Readme 232 KiB
Languages
Go 41.2%
CSS 36%
HTML 22.8%