A full-stack MERN platform for discovering and connecting with local businesses. Features user authentication, business profile CRUD, search & filter functionality, image uploads, bookmarks, and dashboards for both business owners and users.
Backend:
- Node.js & Express.js
- MongoDB & Mongoose
- JWT Authentication
- Nodemailer
Frontend:
- React & TypeScript
- Vite
- Material-UI & Tailwind CSS
- Axios
- Node.js installed
cd Backend
npm install
# Create .env file with your MongoDB URI and JWT secret
npm run devcd Frontend
npm install
npm run devThe backend will run on http://localhost:3000 and frontend on http://localhost:5173.