Ayooluwa Isaiah fa04918530 Update README
2020-11-22 19:52:53 +01:00
2019-08-21 10:01:23 +01:00
2020-11-18 11:02:11 +01:00
2020-11-18 11:16:42 +01:00
2020-11-18 11:02:11 +01:00
2020-11-18 11:02:11 +01:00
2020-11-18 11:13:09 +01:00
2019-08-22 17:21:56 +01:00
2020-11-18 11:02:11 +01:00
2020-11-18 11:02:11 +01:00
2020-11-22 19:52:53 +01:00

News Application Demo

Learn how to develop web applications with Go by building a News application.

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 to test the code in this repository is 1.15.3.

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

Get started

  • Clone this repository to your filesystem.
$ git clone https://github.com/Freshman-tech/news-demo
  • Rename the .env.example file to .env and enter your News API Key.
  • cd into it and run the following command: go build && ./news-demo to start the server on port 3000.
  • Visit http://localhost:3000 in your browser.
Description
Build your first Go website
Readme 232 KiB
Languages
Go 41.2%
CSS 36%
HTML 22.8%