Prompt Forge is an open-source AI prompting tool for creative minds. This website is built with Next.js and MongoDB.
You can explore Prompt Forge live by visiting the following link:
Feel free to create an account and experience the creativity firsthand!
- Discover creative prompts.
- Create and share your own prompts.
- Built with Next.js and MongoDB.
- [Add any additional features here]
Before running this project locally, ensure you have the following installed:
- Node.js and npm (Node Package Manager)
- MongoDB (You can use a local MongoDB installation or a cloud-based MongoDB service like MongoDB Atlas)
-
Clone this repository:
https://github.com/soham-basak/Prompt-Forge.git
-
Change into the project directory
cd prompt-forge
-
Install the project dependencies:
npm install
-
Create a .env.local file in the root directory of the project and configure your MongoDB connection URI and Secret keys
-
Start the development server:
npm run dev