Skip to content

Abdellah-mouida/Dev-Event

Repository files navigation

Next.js Event App (Learning Project)

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.

Features

  • Display a list of events dynamically from MongoDB
  • Built with Next.js
  • Fetches data at runtime to show the latest events

Getting Started

  1. Clone the repository:
git clone <your-repo-url>

Install dependencies:

npm install

Set up environment variables:

MONGODB_URI=your-mongodb-connection-string

Run the development server:

npm run dev

Open your browser and visit http://localhost:3000

Tech Stack

==> Next.js – Frontend framework

==> MongoDB Atlas – Cloud database

About

A dynamic web app built with Next.js that lists events fetched from the database in real-time. Users can view all available events with details such as title and date

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors