Skip to content

A full stack AI text-to-image generator web app built using MongoDB, Express, React, and Node.js.

Notifications You must be signed in to change notification settings

allknowledge34/ImageZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🎨 ImageZ – AI Text to Image Generator (MERN Stack)

A full stack AI-powered web application that generates images from text prompts using modern MERN stack architecture.


Demo App

🚀 Project Overview

ImageZ allows users to enter text descriptions and instantly generate AI-based images.

Built to demonstrate full stack development, database integration, and modern UI design for real-world applications.


✨ Features

🧠 AI-powered text to image generation
⚡ Fast and responsive React UI
📦 REST API using Node & Express
🗄 MongoDB database integration
🔐 User-friendly interface
📱 Fully responsive design
🚀 Production-style project structure


🏗 Tech Stack

Frontend

  • React.js

Backend

  • Node.js
  • Express.js

Database

  • MongoDB

📁 .env Setup

⚙️ Server (/server)

CURRENCY = "INR"
JWT_SECRET="YOUR_JWT_SECRET"

#Clipdrop Setup
CLIPDROP_API = 'YOUR_CLIPDROP_API'

# MongoDB Setup ( required )
MONGODB_URI = "YOUR_MONGO_DB_URI"

# Razorpay Payment Integration
RAZORPAY_KEY_ID = "YOUR_RAZORPAY_KEY_ID"
RAZORPAY_KEY_SECRET = "YOUR_RAZORPAY_KEY_SECRET"

⚙️ Run the server

cd server
npm install
npm start

📱 Run the client

cd client
npm install
npm run dev

🎯 Use Cases

✔ Resume projects ✔ Hackathons ✔ AI demos ✔ Full stack practice ✔ Startup MVP


🤝 Contributing

Contributions are welcome.


⭐ Support

If you found this project useful, give it a star ⭐

About

A full stack AI text-to-image generator web app built using MongoDB, Express, React, and Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors