Forge Your Path to Better Health with WellnessForge: Discover, Share, and Thrive. A community-driven platform for wellness kits.
WellnessForge is a Next.js 15 app with Express.js backend and MongoDB, featuring public landing/products pages and protected add-product functionality using NextAuth.js.
Live Site's Link: WellnessForge
- Clone the repo.
- Install dependencies:
npm install - Set up
.envwith required variables. - Run locally: Frontend -
npm run dev; Backend -npm start
/: Landing page (Navbar, Hero, Product Highlights, Footer)/login: Google login, redirects to/products/products: Public list of products/products/[id]: Public product details/dashboard/add-product: Protected form to add product (with spinner and toast)
