Imagify
Imagify is an AI-powered image generation SaaS web application built with the MERN stack. It leverages the Clipdrop API to create high-quality, AI-generated images. The app features a secure login/signup system, a user-friendly interface, and seamless integration between the client and server for an enhanced user experience.
Install / Use
/learn @shozabali06/ImagifyREADME
Imagify
Live Demo
Click here to view the live demo <!-- Replace # with the actual live demo link -->
Description
Imagify is an AI-powered image generation SaaS web application built with the MERN stack. It uses the Clipdrop API to generate high-quality images and includes a secure login/signup system.
Features
- AI-based image generation using the Clipdrop API.
- User authentication system with login and signup functionality.
- Clean and modern user interface.
Installation Instructions
- Clone the repository:
git clone https://github.com/shozabali06/Imagify.git
- Navigate to the project directory:
cd Imagify
Server Setup
- Navigate to the server folder:
cd server
- Install dependencies:
npm install
-
Configure environment variables: Create a
.envfile in theserverfolder and add the following:MONGODB_URI=<your-mongodb-connection-string> JWT_SECRET=<your-jwt-secret> CLIPDROP_API=<your-clipdrop-api-key> -
Start the server:
npm run server
Client Setup
- Navigate to the client folder:
cd client
- Install dependencies:
npm install
-
Configure environment variables: Create a
.envfile in theclientfolder and add the following:VITE_BACKEND_URL=<url-for-server-side> -
Start the client:
npm run dev
Commands Summary
Server Commands
- Install dependencies:
npm install - Run the server:
npm run server
Client Commands
- Install dependencies:
npm install - Run the client:
npm run dev
Environment Variables Summary
Server Folder
MONGODB_URI: MongoDB connection string.JWT_SECRET: Secret key for JSON Web Token.CLIPDROP_API: API key for the Clipdrop API.
Client Folder
VITE_BACKEND_URL: URL of the server application.
Feel free to reach out for further assistance or feature suggestions!
Related Skills
qqbot-channel
353.3kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
353.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
project-overview
FlightPHP Skeleton Project Instructions This document provides guidelines and best practices for structuring and developing a project using the FlightPHP framework. Instructions for AI Coding A
