🤖 AI Image Generator

Generate your desired image. I have created this application with the help of Openai-node node package

Live 🚀

👨‍💻 Stack

📁 Project Structure

Frontend

$CLIENT_ROOT
│   # Page files
├── src
│   # Image files
├── src/img
│   # Static files and favicon
└── public

Backend

$PROJECT_ROOT
│   # All controller
├── controller
│   # All api routing files
├── routes
│   # Main file
└── server.js

✅ Installation

If you wish to run this app locally, clone this repo and install the dependencies.

  1. Clone this repository:
$ git clone https://github.com/Ukhang/AI-image-generator.git
  1. Go into clone directory
$ cd AI-image-generator
  1. install backend dependencies and devDependencies:
npm intall
  1. install frontend dependecies and devDependencies
$ cd client
npm intall
  1. Run your frontend development server:
$ cd client
npm run start
  1. Run your backend development server:
npm run dev

License

Number converter is releashed under the MIT License

GitHub

View Github