Discover & Share AI-Powered Prompts
Promptopia is an open-source AI prompting tool for modern world to discover, create and share creative prompts
-
- Make sure you have NodeJS and MongoDB Atlas account installed.
-
Clone the repository to your local machine:
git clone https://github.com/Hackersgoddest/promptopia.git
-
Install your dependencies
cd feathers-chat yarn
-
Configure the environment variables:
- Create a
.env
file in theroot
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
- Create a
-
Start your app
npm run dev
Open http://localhost:3000 with your browser to see the result.
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.
- Contributions to this project are welcome! If you have ideas for improvements or bug fixes, please submit an issue or a pull request.