Eventify is a MERN stack Event Management System.
👉 View Website
cd frontend
npm install
npm start
Backend runs with:
cd backend
npm run dev