Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 110 additions & 110 deletions src/components/QuickStartList.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ const quickstarts = [
link: "/docs/quickstart/samples-java/#instructions-for-starting-using-docker",
},

{
title: "Springboot + MongoDB",
language: "Java",
server: "Local",
description:
"A sample REST API app to demonstrate how seamlessly Keploy integrates with Spring Boot and MongoDB.",
link: "/docs/quickstart/java-spring-boot-mongo/",
},
// {
// title: "Springboot + MongoDB",
// language: "Java",
// server: "Local",
// description:
// "A sample REST API app to demonstrate how seamlessly Keploy integrates with Spring Boot and MongoDB.",
// link: "/docs/quickstart/java-spring-boot-mongo/",
// },

{
title: "Springboot + XML",
Expand Down Expand Up @@ -80,38 +80,38 @@ const quickstarts = [
"A Sample url shortener app to test Keploy integration capabilities using Echo and PostgreSQL.",
link: "/docs/quickstart/samples-echo/#running-app-locally-on-linuxwsl-",
},
{
title: "Gin + Mongo",
language: "Go",
server: "Docker",
description:
"A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
link: "/docs/quickstart/samples-gin/#using-docker-compose-",
},
{
title: "Gin + Mongo",
language: "Go",
server: "Local",
description:
"A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
link: "/docs/quickstart/samples-gin/#running-app-locally-on-linuxwsl-",
},
{
title: "Gin + Redis",
language: "Go",
server: "Docker",
description:
"A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
link: "/docs/quickstart/samples-redis/#using-docker-compose-",
},
{
title: "Gin + Redis",
language: "Go",
server: "Local",
description:
"A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
link: "/docs/quickstart/samples-redis/#running-app-locally-on-linuxwsl-",
},
// {
// title: "Gin + Mongo",
// language: "Go",
// server: "Docker",
// description:
// "A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
// link: "/docs/quickstart/samples-gin/#using-docker-compose-",
// },
// {
// title: "Gin + Mongo",
// language: "Go",
// server: "Local",
// description:
// "A sample url shortener app to test Keploy integration capabilities using Gin and mongoDB.",
// link: "/docs/quickstart/samples-gin/#running-app-locally-on-linuxwsl-",
// },
// {
// title: "Gin + Redis",
// language: "Go",
// server: "Docker",
// description:
// "A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
// link: "/docs/quickstart/samples-redis/#using-docker-compose-",
// },
// {
// title: "Gin + Redis",
// language: "Go",
// server: "Local",
// description:
// "A sample User Authentication app to demonstrate how seamlessly Keploy integrates with Gin and Redis.",
// link: "/docs/quickstart/samples-redis/#running-app-locally-on-linuxwsl-",
// },
{
title: "Mux + Postgres",
language: "Go",
Expand Down Expand Up @@ -163,23 +163,23 @@ const quickstarts = [
},

// rust list
{
title: "Rust + MongoDB (Graphql",
language: "Rust",
server: "Local",
description:
"A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
link: "/docs/quickstart/samples-rust/",
},
// {
// title: "Rust + MongoDB (GraphQL)",
// language: "Rust",
// server: "Local",
// description:
// "A sample app to demonstrate Keploy integration capabilities using Rust and MongoDB using GraphQl",
// link: "/docs/quickstart/samples-rust/",
// },

{
title: "Rust + MongoDB (REST)",
language: "Rust",
server: "Local",
description:
"A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
link: "/docs/quickstart/sample-rust-crud-mongo/",
},
// {
// title: "Rust + MongoDB (REST)",
// language: "Rust",
// server: "Local",
// description:
// "A sample CRUD REST API app to demonstrate Keploy integration capabilities using Rust and MongoDB.",
// link: "/docs/quickstart/sample-rust-crud-mongo/",
// },

// c# list

Expand Down Expand Up @@ -219,20 +219,20 @@ const quickstarts = [
"A sample User CRUD app to demonstrate how seamlessly Keploy integrates with Django and PostgreSQL.",
link: "/docs/quickstart/samples-django/#running-app-locally-on-linuxwsl-",
},
{
title: "Flask + MongoDB",
language: "Python",
server: "Docker",
description: "A Python Flask app connected to MongoDB running locally.",
link: "/docs/quickstart/samples-flask/#using-docker-compose",
},
{
title: "Flask + MongoDB",
language: "Python",
server: "Local",
description: "A Python Flask app connected to MongoDB running locally.",
link: "/docs/quickstart/samples-flask/#how-to-run-the-app-locally-on-linuxwsl-",
},
// {
// title: "Flask + MongoDB",
// language: "Python",
// server: "Docker",
// description: "A Python Flask app connected to MongoDB running locally.",
// link: "/docs/quickstart/samples-flask/#using-docker-compose",
// },
// {
// title: "Flask + MongoDB",
// language: "Python",
// server: "Local",
// description: "A Python Flask app connected to MongoDB running locally.",
// link: "/docs/quickstart/samples-flask/#how-to-run-the-app-locally-on-linuxwsl-",
// },

{
title: "FastAPI + Postgres",
Expand Down Expand Up @@ -269,34 +269,34 @@ const quickstarts = [
link: "/docs/quickstart/samples-fastapi-twilio/#using-docker-compose-",
},

{
title: "Sanic + Mongo",
language: "Python",
server: "Local",
description:
"A sample Movie Management API app to demonstrate CRUD operations using Python's Sanic framework and MongoDB.",
link: "/docs/quickstart/sanic-mongo/",
},
// {
// title: "Sanic + Mongo",
// language: "Python",
// server: "Local",
// description:
// "A sample Movie Management API app to demonstrate CRUD operations using Python's Sanic framework and MongoDB.",
// link: "/docs/quickstart/sanic-mongo/",
// },

{
title: "Flask + Redis",
language: "Python",
server: "Docker",
description:
"A sample Student CRUD app to demonstrate how seamlessly Keploy integrates with Flask and Redis.",
link: "/docs/quickstart/flask-redis/",
},
// {
// title: "Flask + Redis",
// language: "Python",
// server: "Docker",
// description:
// "A sample Student CRUD app to demonstrate how seamlessly Keploy integrates with Flask and Redis.",
// link: "/docs/quickstart/flask-redis/",
// },

//Javascript list

{
title: "BunJS + Mongo",
language: "JS/TS",
server: "Local",
description:
"A sample app to demonstrate Keploy integration capabilities using Bun.js and MongoDB.",
link: "/docs/quickstart/samples-bunjs/",
},
// {
// title: "BunJS + Mongo",
// language: "JS/TS",
// server: "Local",
// description:
// "A sample app to demonstrate Keploy integration capabilities using Bun.js and MongoDB.",
// link: "/docs/quickstart/samples-bunjs/",
// },

{
title: "NextJS + SQL",
Expand All @@ -306,22 +306,22 @@ const quickstarts = [
"A sample app to demonstrate Keploy integration capabilities using NextJS and PostgreSQL with Drizzle ORM.",
link: "/docs/quickstart/samples-nextjs/",
},
{
title: "NodeJS - Express+ Mongoose",
language: "JS/TS",
server: "Docker",
description:
"A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
link: "/docs/quickstart/samples-nodejs/#using-docker-compose-",
},
{
title: "NodeJS - Express + Mongoose",
language: "JS/TS",
server: "Local",
description:
"A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
link: "/docs/quickstart/samples-nodejs/#running-app-locally-on-linuxwsl-",
},
// {
// title: "NodeJS - Express+ Mongoose",
// language: "JS/TS",
// server: "Docker",
// description:
// "A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
// link: "/docs/quickstart/samples-nodejs/#using-docker-compose-",
// },
// {
// title: "NodeJS - Express + Mongoose",
// language: "JS/TS",
// server: "Local",
// description:
// "A sample CRUD app to demonstrate how seamlessly Keploy integrates with Express and MongoDB.",
// link: "/docs/quickstart/samples-nodejs/#running-app-locally-on-linuxwsl-",
// },
{
title: "NodeJS - JWT + Postgres",
language: "JS/TS",
Expand Down