Skip to content

ritik3131/React-Meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Meetup

This is a meetup app which uses Nextjs and NextAuth.js for login.

🔗 Links

website

Getting Started

First, installs the dependencies:

npm install
# or
yarn install

Second

Add environment variable in .env.local

Third, run the development server:

npm run dev
# or
yarn dev

Features

  • You can login with google and gitHub oauth
  • Full authorization to api and other nextjs pages added.
  • Cover all the concept of nextjs such pre-rending(server side and static).
  • You can add meetups places ,can delete,update ..etc.
  • Added database(Mongodb to the app) with proper schema's.
  • For backend api,severSide rending and static rending is added.

Open http://localhost:3000 with your browser to see the result.

About

A Nextjs App which will performance as full stack app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published