Welcome to the PromptPlaza, a Next.js CRUD (Create, Read, Update, Delete) application designed to simplify the management of AI prompts. This repository serves as a centralized hub where users can efficiently create, store, retrieve, update, and delete AI prompts for various applications and projects.
To run this Next.js application locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/rajat-03/PromptPlaza.git
- Navigate into the project directory:
cd PromptPlaza
- Install dependencies:
npm install
- Start the development server:
npm run dev
-
Open your web browser and visit http://localhost:3000 to access the application.
-
Create a
.env
file, duplicate the.env.sample
file and add your credentials.
- Create: Click on the "Create" button to generate new AI prompts.
- Read: Explore the existing prompts by browsing categories or using the search feature.
- Update: Edit prompt details and parameters to refine your existing prompts.
- Delete: Remove your prompts that are no longer needed.