Skip to content

abcxyz/abc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple REST server

This is a simple HTTP/JSON REST server implemented in Go, using go-chi for HTTP routing.

How to run this server:

  1. Run the server:

    $ go run .
    [yyyy/mm/dd hh:mm:ss] starting server on 8080
  2. In a separate shell, run:

    $ curl localhost:8080
    {"message":"hello world"}

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6