Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 2.45 KB

README.md

File metadata and controls

78 lines (45 loc) · 2.45 KB

PromptPal

PromptPal is an AI prompt sharing website that's like a pinata for your mind - you never know what gems you'll uncover. Spin the wheel of inspiration, forge your masterpiece, and pass on the creative confetti!

Key Features

  • Create, Share, Edit or Delete Prompts
  • View User Profiles
  • Google OAuth
  • Easy integration
  • Fully Responsive

Technologies Used

  • React
  • Next13
  • Google OAuth
  • TailwindCSS
  • Bcrypt

Take A Look!

promptpal

Deployed Site

Installation

Follow these steps to install and set up PromptPal on your local machine:

Clone the repository:

git clone https://github.com/jbxamora/promptpal.git .

Install Dependencies:

npm i or npm install

Create dotenv file:

`GOOGLE_ID=https://console.cloud.google.com/

GOOGLE_CLIENT_SECRET=https://console.cloud.google.com/

MONGODB_URL='yourmongodburl

NEXTAUTH_URL=http://localhost:3000

NEXTAUTH_URL_INTERNAL=http://localhost:3000

NEXTAUTH_SECRET=yoursuperdupersecret`

Run on your local machine:

npm run dev

Happy Hacking!

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

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

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deployed on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.