Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.61 KB

File metadata and controls

55 lines (38 loc) · 1.61 KB

Agentic App Generator – Node + MongoDB + GraphQL

Agentic App Generator is a developer tool that generates backend applications based on simple user input or prompts. Under the hood, it uses:

  • ⚙️ Express.js – for REST/GraphQL APIs
  • 🗃️ MongoDB + Mongoose – for data modeling
  • 🔮 GraphQL + Apollo – for flexible query APIs
  • 🤖 Agentic AI patterns – for future-facing apps

Generate production-ready apps like:

  • ✅ Survey Management Systems
  • ✅ Task Trackers
  • ✅ Inventory APIs
  • ✅ Custom CRUD

✨ Features

  • AI-prompt-driven app creation
  • Generates models, resolvers, schemas, and endpoints
  • Clean, extensible file structure
  • Built-in GraphQL and MongoDB integration
  • TypeScript-first codebase

🚀 Use Cases

  • Building intelligent AI agents with persistent memory
  • GraphQL-based APIs with MongoDB
  • Scalable backend foundation for SaaS apps or AI products

🛠️ Getting Started

git clone https://github.com/swtbhsmn/agentic-express-mongo-graphql-tool.git
cd agentic-express-mongo-graphql-tool
npm install
npm run prompt
╭─swtbh@Mac ~/Desktop/agentic-express-mongo-graphql-tool 
╰─$ npm run prompt                      

> agentic-express-mongo-graphql-tool@1.0.0 prompt
> node dist/src/index.js

[dotenv@17.0.1] injecting env (2) from .env – [tip] encrypt with dotenvx: https://dotenvx.com
🚀 Welcome to the Agentic AI Backend Node-Express Generator!
? What kind of application would you like to build? (A survey management system where users can create surveys, which have questions and options. Other users
 can submit responses.)