Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptadip/prompt_verse
A Blog Site for GPT prompts
https://github.com/diptadip/prompt_verse
css google-cloud-apis google-provider javascript mongodb nextjs nextjs-auth nodejs reactjs tailwindcss
Last synced: 20 days ago
JSON representation
A Blog Site for GPT prompts
- Host: GitHub
- URL: https://github.com/diptadip/prompt_verse
- Owner: Diptadip
- Created: 2023-05-12T07:30:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:41:00.000Z (about 1 month ago)
- Last Synced: 2024-12-01T22:30:14.527Z (about 1 month ago)
- Topics: css, google-cloud-apis, google-provider, javascript, mongodb, nextjs, nextjs-auth, nodejs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://prompt-verse-pi.vercel.app
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Site for GPT Prompts
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)![forthebadge](https://img.shields.io/badge/Next.js-000000.svg?style=for-the-badge&logo=nextdotjs&logoColor=white)
![forthebadge](https://img.shields.io/badge/Node.js-339933.svg?style=for-the-badge&logo=nodedotjs&logoColor=white)
![forthebadge](https://img.shields.io/badge/React-61DAFB.svg?style=for-the-badge&logo=React&logoColor=black)
![forthebadge](https://img.shields.io/badge/Google%20Cloud-4285F4.svg?style=for-the-badge&logo=Google-Cloud&logoColor=white)
![forthebadge](https://img.shields.io/badge/MongoDB-47A248.svg?style=for-the-badge&logo=MongoDB&logoColor=white)## Getting Started
Visit https://prompt-verse-pi.vercel.app/
Or,
Clone the Repository,```sh
$ git clone https://github.com/Diptadip/prompt_verse/
```
Then enter the directory, andRun the local development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
# Overview
A Blog Site where users can create , edit and delete blogs on GPT prompts. GPT is a revolution in the field of AI. Using AI can increase our work efficiency.
This webapp helps to create a community by letting users publish helpful GPT prompts and can view other users' blogs.
The web is built using NextJs and uses Google Cloud APi for Google authentication and mongoDB for handling database.## Features
* Create, edit and delete blogs.
* View other users' blogs.
* Search blogs by keywords, tags, or username of creator.
* group blogs tagwise.
* Visit profiles of users.## TODO
- [ ] Use APIs to use GPT prompts directly from the Blog Site.
- [ ] Add other authentications like email and phone nuber.
- [ ] Allow users to bookmark blogs for later use.
- [ ] Allow users to like and comment on the posts.