package
0.0.0-20181003212607-f42d3a4bbbbc
Repository: https://github.com/zpatrick/fireball.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

API

This example application shows a basic API implementation using Fireball. The following elements are shown here:

  • Returning JSON responses from Handlers
  • Using a custom App.ErrorHandler to send all errors as JSON
  • Using path variables in routes

Run Example

From this directory, run:

go run main.go

Navigate to http://localhost:9090/movies. The username and password is "user" and "pass".