Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deepcoders30/deepprompt
- Owner: Deepcoders30
- License: mit
- Created: 2023-07-17T20:25:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T22:26:03.000Z (7 months ago)
- Last Synced: 2024-07-06T02:52:10.274Z (7 months ago)
- Topics: mongodb-atlas, mongoose, nextauth, nextauth-google, nextjs13, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |