Skip to content

Files

Latest commit

b5db32f · Nov 10, 2022

History

History

demo-02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 3, 2022
Nov 10, 2022
Nov 3, 2022
Nov 3, 2022

Take a Break Reminder App

Take-a-Break-Reminder-App.gif

Take a break Reminder is an application that aims to remind you of the importance of taking time to do what you want to take a break from your work schedule! Our main goal is teach you how to develop an application using Microsoft Graph JavaScript SDK with Next.js.

🚀 Resources Used

🔥 How to Run the Application Locally?

  1. First go to the folder: demo-02 -> reminder-app and run the command:
npm install
  1. Now create a file called: .env.local (root of the project) and include this information below:
AZURE_AD_CLIENT_ID=<copy Application (client) ID here>
AZURE_AD_CLIENT_SECRET=<copy generated client secret value here>
AZURE_AD_TENANT_ID=<copy the tenant id here>
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
  1. Now you can execute the command:
npm run dev
  1. Now you can access the application in the browser: http://localhost:3000

📚 How to Follow the Tutorial?

To follow the tutorial, you can access the link below:

⭐️ Important Resources

❓ Questions? Comments?

If you have any questions about the code developed, feel free to open an ISSUE HERE. We'll get back to you soon!