Skip to content

KoshiSG4/dev-events

Repository files navigation

Dev Events

A simple developer events hub built with Next.js and MongoDB. This project allows users to view upcoming developer events and book them. All event data is currently stored as dummy data in MongoDB.

Live Demo

Check out the live project here: Dev Events on Vercel

Features

  • Display a list of developer events
  • View event details
  • Book events (dummy functionality)
  • Fetches data from a MongoDB database

Tech Stack

  • Frontend & Backend: Next.js
  • Database: MongoDB
  • Styling: Tailwind CSS

Installation

  1. Clone the repository:
git clone https://github.com/your-username/dev-events.git
cd dev-events
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables:

Create a .env.local file in the root and add following:

NEXT_PUBLIC_POSTHOG_KEY=your_posthog_key
NEXT_PUBLIC_POSTHOG_HOST=your_posthog_host
NEXT_PUBLIC_BASE_URL=http://localhost:3000 or your_base_url
CLOUDINARY_URL=your_cloudinary_connection_string
MONGODB_URI=your_mongodb_connection_string
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser.

About

The Hub for Every Dev Events You Musn't Miss - Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published