sushant8421 / portfolio_dev

porfolio app for developers
0 stars 0 forks source link

mongoose connection #3

Open anakshiant opened 4 years ago

anakshiant commented 4 years ago

Do not use hard coded value keep it in config.json or environment variable suggestion - use dotenv npm package for configuration management

https://github.com/sushant8421/portfolio_dev/blob/26a3283ba197d6cd16987a4ba882f4ba65e598ac/index.js#L18

sushant8421 commented 4 years ago

yeah i learned that also, but it was just for checking purpose and i will modify it as you suggested.