Parth-ops / WALL-E

An AI image generation application based on MERN stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WALL-E

An AI image generation application based on MERN stack.

Setup guidelines

  1. Clone this repo locally
https://github.com/Parth-ops/WALL-E.git
  1. Install client dependencies:
cd client
npm i --save
  1. Install client dependencies:
cd server
npm i --save
  1. Run the server:
cd server
npm start
  1. Run the client:
cd client
npm run dev
  1. Create a MongoDB Atlas cluster and paste the details in the .env file in the server folder.
  2. Create a Cloudinary account and paste the details in the .env file in the server folder.

About

An AI image generation application based on MERN stack.


Languages

Language:JavaScript 94.0%Language:CSS 4.2%Language:HTML 1.9%