eric-nichols-nyc / trello-gpt3

Home Page:https://trello-gpt3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Deploy: Trello clone with React, Tailwind, Next, Mongo, NextAuth & Vercel (2023)

Fullstack Trello Clone

Fullstack Trello Clone

This is a repository for a FullStack Trello clone app using React, NextJS, TailwindCSS & Prisma.

funcionalities include:

  • MongoDB
  • Next JS Authentication system
  • Create a list, update list title, and delete a list.
  • Drag and Drop between lists and columns
  • Create a card, update card title and description, and delete a card.
  • Vercel Deployment

Prerequisites

Node version 16.x

Cloning the repository

git clone https://github.com/eric-nichols-nyc/trello-gpt3.git

Install packages

npm i

Setup .env file

MONGODB_URI=
NEXT_PUBLIC_NEXTAUTH_URL=
NEXTAUTH_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

About

https://trello-gpt3.vercel.app


Languages

Language:TypeScript 93.1%Language:CSS 5.6%Language:JavaScript 1.3%