Skip to content

Simple application demonstrating the integration of several popular Go packages

License

Notifications You must be signed in to change notification settings

ivan-marquez/Golang-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Velocity Works Coding Demo

Golang-Demo

This Golang application consumes a JSON payload from https://www.data.gov/, populates a database and displays the database contents on a web page.

Frameworks used:

Setup

Create a .env file with the following variables:

POSTGRES_USER=user
POSTGRES_PASSWORD=admin
POSTGRES_DB=renewable_energy
DB_PORT=5432
DB_HOST=db

Run

The app is setup with Docker. Run it with docker-compose:

docker-compose up;

The app will be available in http://localhost:8080/renewables

About

Simple application demonstrating the integration of several popular Go packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 67.0%
  • CSS 18.5%
  • HTML 14.5%