/Next-auth-custom-backend

Next.js app setup when you've got a separate backend server and Next.js as your frontend!

Primary LanguageTypeScriptMIT LicenseMIT

Next.js Authentication With a Seperate Backend

Built with the Next.js 14 Admin Dashboard Starter


Overview

This is a demo application which used Node.js and Express backend to handle authentication and Next.js as a frontend framework.

To setup your own backend with ease use FreeApi

Thanks to Sakura Dev Yt for the tutorial and code reference.

Getting Started

Clone this repo

Run the following commands to start the development server:

npm install
npm run dev

You should now be able to access the application at http://localhost:3000.