Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.28 KB

AI Image Generator using OpenAI's API

Snapshots

Web

image image image

Mobile

image image image

Features:

  • Responsive Design for both mobile and Web
  • User can bring his imagination to live through prompt
  • User can share his top generated image to the community
  • User can search through prompts
  • Checkout other shared images with the prompt
  • Can download the shared image.

How to run ?

  • Clone the repository
  • Open 2 terminal
  • Type in the following command in 1st terminal
    cd server
    npm install
    npm start
    
  • Type in the following command in 1st terminal
    cd client
    npm install
    npm run dev