Breno Henrique

Results 6 comments of Breno Henrique

:star: star aqui também pq uma só tá pouco :star:

For sure! Thanks for the contribution!

@mylastore its because your process.env.MONGO_DB_URI is undefined. Before "npm start" you need to manually export MONGO_DB_URI variable with: `export MONGO_DB_URI=your_remote_mlab_uri` You can also setup [dotenv](https://github.com/motdotla/dotenv) on project to user an...