This PR contains a quality of life update! Now you can set the API address from your .env file. If the developer is using a localhost based API address, the API address will be printed to the console.
How to test:
Use the .env.sample to help set up your .env file. Once set, use npm run dev and run backend
Make sure localhost port number matches with backend port number
This PR contains a quality of life update! Now you can set the API address from your .env file. If the developer is using a localhost based API address, the API address will be printed to the console.
How to test:
npm run dev
and run backend