Skip to content

ContainerSolutions/gapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gapp

Dummy web application written in Go

Content

  1. Prerequisites
  2. Getting the application
  3. Building
  4. Testing
  5. Running

Prerequisites

GNU Make (>= 4.1)
git (>= 2.0)
Go (>= 1.5)

Getting the application

$ git clone https://github.com/ContainerSolutions/gapp.git

Building

$ make build

This will compile the application and place the generated binary under bin/app.

Testing

$ make test

will run all the tests.

Running

To run the application directly with Go:

$ make run

By default, the application will try to bind to port 8000 and will fail if the port is not available.

If you wish to run the application using the compiled version, run it like this:

$ VERSION=1.0 ./bin/app

About

Dummy web application written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published