Step 3
Step 3: Configure Environment Variables
Set up the environment variables for both the backend and frontend.
Backend (.env)
Create a .env
file in the backend
directory and add the following:
Frontend (.env.local)
Create a .env.local
file in the frontend
directory and add the following:
Last updated