Welcome to Prompt Planet – a platform where users can share and explore AI prompts. This project is built with Next.js and integrates with MongoDB for database management and Google OAuth for authentication.
Visit the live application at Prompt Planet 🌐.
- 🌟 Share AI prompts with the community
- 🔍 Search for prompts by tags or usernames
- 🗂️ Organize and manage your prompts
- ✨ Beautiful and responsive UI
To get started with Prompt Planet, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/prompt-planet.git cd prompt-planet
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory with the following environment variables:GOOGLE_ID=your-google-client-id GOOGLE_CLIENT_SECRET=your-google-client-secret MONGODB_URI=your-mongodb-uri NEXTAUTH_URL=http://localhost:3000
-
Run the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000 🌐.
To build and deploy your application, use the following commands:
-
Build the application:
npm run build
-
Start the production server:
npm start
We welcome contributions! Please fork this repository, create a new branch, and submit a pull request. Don't forget to star the repository if you find it useful!
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or feedback, feel free to reach out to us at [email protected].
Made with ❤️ by Zain Ul Abdeen