Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaplanh/propmthub


https://github.com/kaplanh/propmthub

mongodb-atlas mongoose next-api next-auth next-pages-router nextjs tailwind-css

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# [PromptHub]

**Welcome to our Workshop**, clone this repository to follow along.

## Tech Stack

- **Next.js 13**
- **Tailwind CSS**
- **MongoDB**

## Getting Started

To get started with PromptHub, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/your-username/PromptHub.git
cd PromptHub
```
2. **Install Dependencies:**
```bash
yarn
```
3. **Create a local environment variables file .env.local with the following fields:**
```bash
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET=YOUR_GOOGLE_CLIENT_SECRET
MONGODB_URI=YOUR_MONGODB_URI
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXTAUTH_SECRET=YOUR_NEXTAUTH_SECRET
```
4. **Start the development server:**
```bash
yarn dev
```