AI image generator built with React.js
🤖 AI Image Generator
Generate your desired image. I have created this application with the help of Openai-node node package
👨💻 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.
- Clone this repository:
$ git clone https://github.com/Ukhang/AI-image-generator.git
- Go into clone directory
$ cd AI-image-generator
- install backend dependencies and devDependencies:
npm intall
- install frontend dependecies and devDependencies
$ cd client
npm intall
- Run your frontend development server:
$ cd client
npm run start
- Run your backend development server:
npm run dev
License
Number converter is releashed under the MIT License