Caknoooo / dall-e-clone-client

๐Ÿ’  Create a simple dall-e website based on AI using the API from Open-AI and implementing the Mern concept

Home Page:https://dall-e-clone-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dall - E Clone

Here I made a simple dall e clone with the help of some very popular technologies today, such as MongoDB, Express JS, React, Node Js or commonly called MERN-Stack, with the help of Cloudinary as image storage to save hosting storage space significantly.

Installation

  • Create a folder to store the following 2 repositories
git clone https://github.com/Caknoooo/dall-e-clone-client.git
cd client
npm install


git clone https://github.com/Caknoooo/dall-e-clone-server.git
cd server
npm install
  • Create an .env on folder server file and fill it with:
MONGODB_URL = 
OPENAI_API_KEY = 
CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET = 

you can get the API code from the official website

  • Change directory to client folder and replace the fetching api destination with localhost:8080

After you replace all fetch urls taken, then you just have to run it

npm run dev -> for client side
npm start -> for server side

References

Cloudinary

MongoDB

OpenAI

About

๐Ÿ’  Create a simple dall-e website based on AI using the API from Open-AI and implementing the Mern concept

https://dall-e-clone-client.vercel.app

License:MIT License


Languages

Language:TypeScript 91.5%Language:CSS 4.2%Language:JavaScript 2.7%Language:HTML 1.6%