diegojfcampos / chatter_forge

Chatter Forge is an open-source AI prompting tool that fuels creativity. Discover, create, and share imaginative prompts for writers, artists, and anyone seeking inspiration. Built with Next.js, MongoDB, and Tailwind CSS, it prioritizes security with bcrypt and next-auth for user authenticatio!

Home Page:https://chatter-forge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatter Forge

An open-source AI prompting tool to discover, create, and share creative prompts

Screenshot from 2023-10-07 19-38-23


Diego-Python Diego-CSS Diego-CSS

DataBase

  • MongoDB (Mongo Atlas),

Technologies

  • Next JS
  • Mongoose
  • Tailwindcss

CyberSecurity

  • bcrypt,
  • next-auth,
  • Model Schema Validations,
  • Google OAuth,

Deployment

  • Vecel

Dependencies

npm install
 "dependencies": {
    "autoprefixer": "10.4.15",
    "bcrypt": "^5.1.1",
    "mongodb": "^5.8.1",
    "mongoose": "^7.4.4",
    "next": "13.4.19",
    "next-auth": "^4.23.1",
    "postcss": "8.4.28",
    "react": "^18.2.0",
    "react-dom": "18.2.0",
    "tailwindcss": "3.3.3"
  }

Testing

  • Postman

Documentation

Documentation

Run Locally

Clone the project

  git clone https://github.com/diegojfcampos/chatter_forge.git

Go to the project directory

  cd api_habit_helper

Install dependencies

  npm install

Start the server

  npm run dev

Authors

About

Chatter Forge is an open-source AI prompting tool that fuels creativity. Discover, create, and share imaginative prompts for writers, artists, and anyone seeking inspiration. Built with Next.js, MongoDB, and Tailwind CSS, it prioritizes security with bcrypt and next-auth for user authenticatio!

https://chatter-forge.vercel.app


Languages

Language:JavaScript 84.5%Language:CSS 15.5%