c-grigsby / meetups-app

Next.js application for sharing meetups

Home Page:https://meetups-app-delta.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js

MeetUps Application

Front-end web-application for sharing social meetups

Live Demo of MeetUps App


Project Specifications

  • Developed with Next.js version 12.1.6
  • Next.js is full-stack framework built upon React
  • Persists data via MongoDB
  • User defined meetup details and images
  • API Routes for creating and fetching data
  • Server-side rendering
  • Deployed on Vercel

Lines of code


This application utilizes .env.local file to host environment variables. To utilize configure:

  • MONGO_DB_AUTH="YourMongoDBUserAuth"

Deployed URL


Getting Started

First, install dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev
  • Open http://localhost:3000 with your browser to see the result.

  • The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.


Deploy on Vercel

About

Next.js application for sharing meetups

https://meetups-app-delta.vercel.app/


Languages

Language:JavaScript 79.0%Language:CSS 21.0%