Register in the given website through the Email-id & password then authenticate the respective Email
- Install all of the dependencies.
npm install
- Run Next.js application and Open browser at localhost:3000.
npm run dev
- Run Node API server run in new terminal window (servers has to run at the same time), it will run server at localhost:3001.
npm run server
- create .env file in root folder with values of:
GOOGLE_USER=YOUR_GOOGLE_EMAIL // e.g [email protected]
GOOGLE_PASSWORD=YOUR_GOOGLE_PASSWORD // testtest
DOMAIN=YOUR_DOMAIN // e.g http://localhost:3000
(Remember to 🌟 this repository)