Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashishsingh-30/dall-e

This is the DALL-E Clone project, In this the user can create many images using OpenAI API and User can share the created images with the community - MERN Project
https://github.com/ashishsingh-30/dall-e

expressjs mongodb nodejs openai-api react

Last synced: 27 days ago
JSON representation

This is the DALL-E Clone project, In this the user can create many images using OpenAI API and User can share the created images with the community - MERN Project

Awesome Lists containing this project

README

        

# DALL-E
This is the DALL-E Clone project, In this the user can create many images using OpenAI API and User can share the created images with the community - MERN Project

Git clone :

Downloads npm packages for both Clinet & Server.

- npm install

- Create .env file in server folder.

1. Create MONGODB_URL and setup it: https://www.mongodb.com/

2. Create OPENAI_API_KEY : https://platform.openai.com/

3. Create CLOUDINARY_CLOUD_NAME, CLOUDINARY_API_KEY, CLOUDINARY_API_SECRET: https://cloudinary.com/

Now You can run the Application:

In client : npm run dev

In Server : npm start