Skip to content

It's based on the Next JS framework, in order to understand the fundamentals of the Next JS. Here user can schedule meetup and can see all the meetups.

Notifications You must be signed in to change notification settings

bharatdahiya/meetup-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup Network

  1. Meetup Network application is based on NextJS Framework.
  2. It helps user to create meetup and shows all meetups at one place.
  3. It provides understanding fundamentals of NextJS Framework.

Technologies Used:

  1. Front-end: HTML5, CSS3, ReactJS, NextJS.
  2. Backend : Node.js
  3. Database : Mongodb

NextJS Fundamentals covered in Meetup Network:

  1. Server-side rendering.
  2. File based routing.
  3. Dynamic pages routing eg: [name].js.
  4. Fullstack capabilities.
  5. Pre-data fetching: -Static generation -Server Side rendering
  6. API creation and execution on file based routing.
  7. Use of getStaticPaths() for dynamic page rending.
  8. Implementing Search Engine Optimization(SEO) using Head.

Deployed using Vercel:

Open this [https://meetup-network-q3osk9j1o-bharatdahiya.vercel.app/] for live experience.


User Manual to setup Next JS project

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file. API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js. The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

It's based on the Next JS framework, in order to understand the fundamentals of the Next JS. Here user can schedule meetup and can see all the meetups.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published