Welcome to the Simple NextJs Login and Signup App! This app offers an easy and efficient way to manage user authentication and redirection, ideal for both small projects and larger applications.
Create a .env file and include the following environment variables:
NEXT_PUBLIC_BACKEND_URL = http://localhost:8000/
$ npm install
$ npm run dev