zimconstruct-prodigy / .env.local.example
quad263's picture
Build a secure full-stack website for ZimProjects.co.zw using Next.js (frontend) and Node/Express with MongoDB (backend). Model it visually and structurally on https://www.constructionenquirer.com/ , including ad slots, article management, and project listings. Include JWT authentication, admin dashboard, and responsive ad placements. Use Tailwind CSS, optimize for SEO, and prepare for deployment on Vercel and AWS. Provide complete code architecture with modular file structure and setup instructions. This should easily be uploaded to the Cpanel.
9fc92d7 verified
raw
history blame contribute delete
214 Bytes
```env
MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/dbname?retryWrites=true&w=majority
JWT_SECRET=your_jwt_secret_here
BASE_URL=http://localhost:3000
NEXT_PUBLIC_GA_TRACKING_ID=UA-XXXXXXXXX-X
```