WisdomAI

App that helps you learn anything under the sun with the help of AI abd YouTube.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL, NEXTAUTH_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, OPENAI_API_KEY, UNSPLASH_API_KEY, YOUTUBE_API_KEY, STRIPE_API_KEY, NEXTAUTH_URL, STRIPE_WEBHOOK_SECRET

Installation

This is a Next.js project bootstrapped with create-next-app.

Make sure all of your API keys are present and database is connected.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Demo

Home Page-

Screenshot (201) Screenshot (203)

Gallery Page-

Screenshot (202)

Create Course Page-

Screenshot (204) Screenshot (205)

Stripe Payment Gateway-

Screenshot (209)

Course Page-

Screenshot (206)