You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contributors face issues setting up the repo because the README only mentions MONGODB_URI for the .env file, but JWT_SECRET is also needed to run the app.
Solution: Update the README to include JWT_SECRET in the .env instructions
👋 Hey there, rockstar! Thanks for dropping an issue! The BlogLog team is on it like pineapple on pizza (love it or hate it). Stick around, magic's about to happen!
🎉 Congratulations @deepakcs2003! Your issue has been successfully closed! Thanks for your contribution! If you enjoyed contributing, please consider giving us a ⭐ and following us for updates!
Contributors face issues setting up the repo because the README only mentions MONGODB_URI for the .env file, but JWT_SECRET is also needed to run the app.
Solution: Update the README to include JWT_SECRET in the .env instructions
MONGODB_URI=mongodb://localhost:27017/bloglog
JWT_SECRET=your-secret-key
Additional Context: This will help avoid setup errors and improve the onboarding process for contributors.
The text was updated successfully, but these errors were encountered: