Go Sample Applications for QuickStart (v1.0.0)
- URL Shortener with Echo-SQL - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using Echo and PostgreSQL.
- URL Shortener with Gin-Mongo - A sample application that does CRUD (get, create, update, and delete) operations on a user profile in mongoDB.
- User Profile with Gin-Mongo - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using Gin and mongoDB.
- Contact Keeper with Gorilla/Mux-Redis: A sample contact keeper app that stores and views a person's name and email. The application tests Keploy integration capabilities using Gorilla/Mux and Redis.