This application was built using Next.js with create-next-app, React.js, MongoDB, Google OAuth, Vercel, and Styled Components.
- Clone the repository
- Install dependencies using
npm iwhile being in the root directory - To access Google authentication and database, you need the private
.env.local - After settings up the files and directories, run the server using
npm run dev