Skip to content

Hackersgoddest/promptopia

Repository files navigation

Promptopia

Discover & Share AI-Powered Prompts

About

Promptopia is an open-source AI prompting tool for modern world to discover, create and share creative prompts

Table of Contents

Getting Started

    1. Make sure you have NodeJS and MongoDB Atlas account installed.
  1. Clone the repository to your local machine:

    git clone https://github.com/Hackersgoddest/promptopia.git
  2. Install your dependencies

    cd feathers-chat
    yarn
    
  3. Configure the environment variables:

    • Create a .env file in the root directory and set your google, next and database connection details:
      GOOGLE_CLIENT_ID=google-client-id
      GOOGLE_CLIENT_SECRET=google-client-secret
      MONGODB_URI=mongodb-uri
      NEXTAUTH_URL=http://localhost:3000
      NEXTAUTH_URL_INTERNAL=http://localhost:3000
      NEXTAUTH_SECRET=next-secret
      
  4. Start your app

    npm run dev
    

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

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!

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

Contributing

  • Contributions to this project are welcome! If you have ideas for improvements or bug fixes, please submit an issue or a pull request.

Images

Sign In/Up Page Google Account Page Home Page Profile Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published