Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 706 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 706 Bytes

DALL-E CLONE

Overview

A full stack DALL-E MERN clone application. Allows users to generate pictures based on text inputs.

Key Topics

Built using modern technologies:

  • ReactJS
  • NodeJS
  • ExpressJS
  • MongoDB
  • Tailwind
  • Cloudinary
  • OpenAI

Getting Started

  1. Clone this repository (e.g., using create-react-app)

    npx create-react-app -e https://github.com/jerico-esguerra/dalle_clone project-name

  2. Create .env file containing your own variables (reference .env.example)

  3. Run locally: npm run start

Deployment

  1. A service like Netlify can be used to deploy the client
  2. Heroku Render can be used to deploy the server.

© 2023 Jerico Esguerra. All Rights Reserved.