Next.js Authentication With a Seperate Backend
Built with the Next.js 14 Admin Dashboard Starter
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.
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.