This is a meetup app which uses Nextjs and NextAuth.js for login.
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
- 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.