A comprehensive documentation site created for the Keploy technical assessment, guiding users through the Keploy URL Shortener sample application using Go, Gin, and MongoDB.
Live Deployment: https://keploy-assessment.vercel.app/
This project is a modern, responsive tutorial website built with Next.js and MDX. It demonstrates how to integrate Keploy into a Go application workflow to automate API testing and dependency mocking.
- Documentation: Step-by-step guide to running the Keploy URL Shortener sample.
- Table of Contents: Sticky sidebar navigation for easy access to tutorial sections.
- Copy Code: Enhanced code blocks with one-click copy functionality.
- Dark Mode: Fully supported dark/light theme toggling.
- High Performance: Static generation using Next.js App Router.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- Content: MDX with
next-mdx-remote/@next/mdx - Syntax Highlighting:
prism-react-renderer - Deployment: Vercel
To run this project locally:
-
Clone the repository:
git clone https://github.com/manvith2003/keploy_assessment.git cd keploy_assessment -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.