Created for Springboard, February 2023. Final project for Fullstack Bootcamp. A posting board where you can create your own posts, and comment on others. Signing in with Google.
This project uses:
NextJS
NextAuth
ReactJS
GoogleAuthentication
TypeScript
PostgreSQL
Cypress
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser.
npm run cypress
With Vercel and Supabase