- Deployment Link: https://ai-imgenerator.vercel.app
- GitHub Repo Link: https://github.com/neetmangat/ai-imgenerator
- YouTube Build Link: https://www.youtube.com/watch?v=1KPG3LiE4jU&t=11809s
- Clone the repository and install dependencies
git clone https://github.com/neetmangat/ai-imgenerator ai-imgenerator && cd ai-imgenerator && npm install
-
Generate your own OpenAI API key on the OpenAI Platform
-
Set up a Microsoft Azure account, Function App, Storage Account, and Resource Group
-
Add the server environment variables
cp .env.example .env.local
- Add the Azure environment variables
cp /azure/local.settings.example.json /azure/local.settings.json
- Run the development server:
yarn run dev
- Open http://localhost:3000 with your browser to see the result.