Skip to content

Add backend/.env.example to help new contributors#27

Merged
Alen983 merged 2 commits intoAlen983:mainfrom
yogitha-star:add-env-example
Feb 6, 2026
Merged

Add backend/.env.example to help new contributors#27
Alen983 merged 2 commits intoAlen983:mainfrom
yogitha-star:add-env-example

Conversation

@yogitha-star
Copy link
Copy Markdown

This adds a sample environment file backend/.env.example with placeholders
and updates README with instructions on how to use it.

@yogitha-star
Copy link
Copy Markdown
Author

yogitha-star commented Feb 3, 2026

Hi @Alen983,

I have created the backend/.env.example file with placeholder variables and updated
the README with setup instructions for new contributors. (#18)

Copy link
Copy Markdown
Owner

@Alen983 Alen983 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work on the .env.example file. It's clear and well-organized.

Two small suggestions:

  1. Update DATABASE_URL to match the default from config.py:
    DATABASE_URL=sqlite:///./data/employee_portal.db

2.Remove PORT and DEBUG — they're not used in the config, so removing them avoids confusion.

Otherwise, looks good. The README instructions are clear and helpful.

@yogitha-star
Copy link
Copy Markdown
Author

Hi @Alen983,

I’ve updated the DATABASE_URL to match config.py and removed the unused environment variables as suggested.

Please let me know if everything looks good now. Thanks

@yogitha-star
Copy link
Copy Markdown
Author

Hi @Alen983

Just a gentle follow-up to check if the latest changes look good now.
Happy to make any further updates if needed.

Thanks

@Alen983 Alen983 merged commit c7fa6ac into Alen983:main Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants