Skip to content

liamchampton/devops-series-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps - Getting started!

Web application written in Go using the Fiber/v2 routing module

title-page

Quickstart

  • Clone this repository
  • Navigate into the project root directory
  • Run the command go run main.go

Building the project


Dockerfile build

  • Ensure podman or Docker are running on your local machine
  • Using either of the tools, run the commands shown below:
$ docker build --tag docker.io/doa-ep1:v1 .
$ docker run -dt -p 3000:3000/tcp docker.io/library/doa-ep1:v1

In a browser, navigate to localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published