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

No packages published