Skip to content

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

License

Notifications You must be signed in to change notification settings

Kiranism/Next-auth-custom-backend

Repository files navigation

Next.js Authentication With a Seperate Backend

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published