ConNext is a powerful full-stack blog application built with the latest technologies, including Next.js 14, REST API, React, Material UI, TypeScript, Prisma ORM, and a PostgreSQL database hosted on Neon. The authentication is seamlessly handled by NextAuth v5 with the Google provider. The application is designed to provide a feature-rich blogging experience and is deployed on Vercel for easy and scalable hosting.
git clone git@github.com:yogeshCelestial/connext.gitnpm installMake sure to add a .env file in the root of your project with environment variables
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
DATABASE_URL
DIRECT_URL
EDGE_STORE_ACCESS_KEY
EDGE_STORE_SECRET_KEY
NEXTAUTH_SECRET
npm run devOpen http://localhost:3000 with your browser to see the result.
prisma generate && npm run buildEnsure your PostgreSQL database is properly set up and accessible. Customize the .env file with your actual credentials. Feel free to explore and modify the ConNext app to suit your blogging needs. Happy blogging with ConNext!