arjunan-k / Promptopia

Promptopia is a social platform built on React. It's your personal space to save valuable prompts and share them publicly. Plus, easily search prompts by user, content, or hashtags.

Home Page:https://promptopia-gpt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promptopia

  1. Clone this repo

  2. cd Promptopia

  3. Run npm install

  4. Run npm run build

  5. Create .env file in server folder

  6. Add the env variables

    GOOGLE_ID=""
    
    GOOGLE_CLIENT_SECRET=""
    
    MONGODB_URI=""
    
    NEXTAUTH_URL=http://localhost:3000
    
    NEXTAUTH_URL_INTERNAL=http://localhost:3000
    
    NEXTAUTH_SECRET=""

You can grab the MongoDB url by setting up an Atlas MongoDB account.

Preview

Made by Arjunan K

Back to top

About

Promptopia is a social platform built on React. It's your personal space to save valuable prompts and share them publicly. Plus, easily search prompts by user, content, or hashtags.

https://promptopia-gpt.vercel.app


Languages

Language:JavaScript 83.6%Language:CSS 16.4%