Hello, I'm Snap AI, a next generation AI image generator. I turn your thoughts into images.
Client: NextJs, TailwindCSS, Framer motion, Typescript, react-hot-toast, Vanilla Tilt, React-Icons
Server: Node, Express, Cloudinary, Open API
Database: MongoDB
- Generate high quality images from prompts.
- Download images.
- Share generated image with community.
- View top images from community.
To run this project, you will need to add the following environment variables to your .env file
CLIENT
NEXT_PUBLIC_API_BASE_URL
API_BASE_URL
SERVER
PORT
MONGO_URI
OPENAI_API_KEY
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
Clone the project
https://github.com/kunaaal13/SNAP-AI.git
Go to the project directory
cd SNAP-AI
Client
cd client
Install dependencies
npm install
Start the server
npm run dev
Server
Go back to root directory
cd ./
Install dependencies
npm install
Start the server
npm run start