A simple web app built with Next.js that lists events stored in MongoDB Atlas. Users can view all available events with details such as title and date. The app is still under development, with more features planned.
- Display a list of events dynamically from MongoDB
- Built with Next.js
- Fetches data at runtime to show the latest events
- Clone the repository:
git clone <your-repo-url>Install dependencies:
npm installSet up environment variables:
MONGODB_URI=your-mongodb-connection-stringRun the development server:
npm run devOpen your browser and visit http://localhost:3000
Tech Stack
==> Next.js – Frontend framework
==> MongoDB Atlas – Cloud database