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!
- Create, Share, Edit or Delete Prompts
- View User Profiles
- Google OAuth
- Easy integration
- Fully Responsive
- React
- Next13
- Google OAuth
- TailwindCSS
- Bcrypt
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.