Mockingbox
Mockingbox is a webapp that lets Front End developers mock up their own RESTful backend. They can sign up for an account and start creating routes with a payload they want in return. Then Mockingbox gives them a URL by method call to retrieve their payload.
Screenshots are in the assets dir

Features
- Provides a RESTful endpoint to call for mock payloads
- User Signin
- Secure Cookie Authenication
Future Features
- Route tables can be read from a config file
- Support for CSV, TSV
- Randomized data generation
The Project
- Back end was written in Go
- Front end is Angular
- Built from a Open Source Application Seed - https://github.com/kyledinh/gongfu
- And these Go libraries
- Gin-Gonic/Gin (https://github.com/gin-gonic/gin)
- Secure Cookies (http://www.gorillatoolkit.org/)
- Database connectivity (github.com/lib/pq)
- Password Crypt (code.google.com/p/go.crypto/bcrypt)

Log in or sign up for Devpost to join the conversation.