Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashishsingh-30/dall-e
- Owner: AshishSingh-30
- Created: 2023-03-22T08:42:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T11:01:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T22:39:40.785Z (3 months ago)
- Topics: expressjs, mongodb, nodejs, openai-api, react
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ProjectGit 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