Skip to content

andrewpillar/blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogger

This is an example Go application to demonstrate how first-class functions in Go can be utilised for idiomatic query building, and relationship loading.

To read more about this see the following,

To build and run this application simply clone, and run the make.sh script.

$ git clone https://github.com/andrewpillar/blogger
$ cd blogger
blogger $ ./make.sh
blogger $ ./blogger.out

Then via cURL you can start querying the API.

$ curl -s "localhost:8080/categories/5"
$ curl -s "localhost:8080/posts?search=rev"
$ curl -s "localhost:8080/posts?tag=hosts"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published