NextJS Modular App Projects.
First, run your Backend project.
Add .env to Frontend project
API_BASE_URL=http://(yourbackendurl):(port)
Run your Frontend project.
npm Install
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start create user and select role.