Skip to content

Simple application demonstrating the integration of several popular Go packages

License

Notifications You must be signed in to change notification settings

izinin/Golang-Demo

 
 

Repository files navigation

Golang app demo

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

run application

  1. docker-compose up
  2. ssh to 'backend' conainer
  3. inside the conainer:
cd src/backend/
go run .

after the server is running:

  • import data to the database http://localhost:4200/import
  • query data from the database http://localhost:4200/export

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 94.4%
  • Shell 5.6%