Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepcoders30/deepprompt

AI prompting tool that enables users to create, discover, and share creative prompts using NEXTJS 13.
https://github.com/deepcoders30/deepprompt

mongodb-atlas mongoose nextauth nextauth-google nextjs13 reactjs tailwindcss

Last synced: 7 days ago
JSON representation

AI prompting tool that enables users to create, discover, and share creative prompts using NEXTJS 13.

Awesome Lists containing this project

README

        

# DEEPPROMPT
AI prompting tool that enables users to create, discover, and share creative prompts.

## Getting Started

### Prerequisites

**Node version 18.x.x**

### Cloning the repository

```shell
git clone https://github.com/Deepcoders30/DeepPrompt.git
```

### Install packages

```shell
npm i
```

### Setup .env file

```js
GOOGLE_ID=
GOOGLE_CLIENT_SECRET=
MONGODB_URI=

NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXTAUTH_SECRET=
```

### Start the app

```shell
npm run dev
```

## Available commands

Running commands with npm `npm run [command]`

| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |