Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaplanh/propmthub
- Owner: kaplanh
- Created: 2024-04-06T12:13:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T13:00:56.000Z (7 months ago)
- Last Synced: 2024-04-11T15:01:33.901Z (7 months ago)
- Topics: mongodb-atlas, mongoose, next-api, next-auth, next-pages-router, nextjs, tailwind-css
- Language: JavaScript
- Homepage: https://propmthub.vercel.app
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```