atlp-rwanda / dynamites-ecomm-fe

https://dynamite-frontend.netlify.app/
0 stars 0 forks source link

Configure Environmental Variables #5

Closed 13XAVI closed 3 weeks ago

13XAVI commented 1 month ago

Environmental Variable

*As developer, I want to configure the .env file correctly, so that all environment variables are properly loaded and accessible within the application.

Acceptance Criteria:

  1. The .env file should be created in the root directory of the project.
  2. All environment variables defined in the .env file should be recognized by the application.
  3. There should be clear documentation on how to configure and use the .env file.
  4. The application should not throw errors related to missing environment variables if they are correctly defined in the .env file.

Technical Details:

Installation:

  1. npm install dotenv