/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.

Primary LanguageJavaScript

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