Live Demo: fertility-edit.vercel.app
Fertility Edit is a full-stack web platform that provides real reviews and expert insights on fertility products. Built with modern technologies, it offers a seamless user experience for individuals seeking trustworthy information in the fertility space.
- 🛍️ Curated Product Listings: Explore a wide range of fertility products with detailed information.
- 🧑⚕️ Expert Reviews: Read reviews and insights from fertility experts to make informed decisions.
- 📱 Responsive Design: Optimized for all devices to ensure accessibility and usability.
- Frontend: Next.js 14, Tailwind CSS, Shadcn/UI
- Backend: Next.js API Routes, Prisma ORM
- Database: PostgreSQL
- Deployment: Vercel
- Node.js (v18 or later)
- PostgreSQL database
-
Clone the repository:
git clone https://github.com/eeshaansarda/fertility-edit.git cd fertility-edit -
Install dependencies:
npm install
-
Configure environment variables:
Create a
.envfile in the root directory and add the following:DATABASE_URL=your_postgresql_database_url
-
Set up the database:
npx prisma migrate dev --name init
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to view the application.
Empowering individuals with reliable information on fertility products.
