Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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, and

Run 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.