First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You need to do some things before start, need set the Evironment Variable such as :
- GOOGLE_ID - Here you can set and get your google ID.
- GOOGLE_SECRET - After that you can get the Secret too.
- MONGODB_URI - Go there and get your mongoDB URI.
- [NEXTAUTH_SECRET](example: -hello456_world546456-) - The toke use this secrete for authenticate the USER.
After do everything you can start the project and you can go to this URL [http://localhost:3000/register] (http://localhost:3000/register)
Now you can check your mongoAtlas and you will see a new users added
if you try this path [http://localhost:3000/dashboard/profile] (http://localhost:3000/dashboard/profile) if all are right, you will see all information about the user
If you need more information or help with this code, or have some fix to do you can contact to me.
- INSTAGRAM - Follow me
- TWITTER OR X - Follow me
- PORTFOLIO PAGE -






















