Skip to content

Social network platform for Maria Carrillo High School

Notifications You must be signed in to change notification settings

davidzech27/MCHSpost

Repository files navigation

A social network platform for Maria Carrillo High School

After signing in with their school Google account, users can make posts, customize their profile, add friends, and view public and friend feed.

Uses NextAuth, MongoDB, mongoose, axios, Tailwind CSS, React Query, and react-hot-toast.

Made with Next.js

Install dependencies

yarn install

Run dev server

yarn run dev

Build for production

yarn build