tomsoderlund / nextjs-express-mongoose-crudify-boilerplate

Next.js (React) + Redux + Express REST API + MongoDB + Mongoose-Crudify boilerplate
https://nextjs-express-mongoose.herokuapp.com
176 stars 35 forks source link

Tutorial question #2

Closed Elvanos closed 4 years ago

Elvanos commented 6 years ago

Hello,

This is probably going to be a really stupid question, but I am a beginner with this type of tech and I have been trying to get your template to work and the only thing I got stuck on is this part"

export MONGODB_URI=your mongodb url // you can get one for free at https://www.mlab.com/home

Where EXACTLY am I supposed to put this line of code (with the proper URL ofc)? Some file? Terminal? Or where?

Thanks ahead for the answer.

rmar72 commented 6 years ago

Importing it to your server file will do.

On Sat, Jul 28, 2018 at 12:14 PM, Elvanos Takashi notifications@github.com wrote:

Hello,

This is probably going to be a really stupid question, but I am a beginner with this type of tech and I have been trying to get your template to work and the only thing I got stuck on is this part"

export MONGODB_URI=your mongodb url // you can get one for free at https://www.mlab.com/home

Where EXACTLY am I supposed to put this line of code (with the proper URL ofc)? Some file? Terminal? Or where?

Thanks ahead for the answer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tomsoderlund/nextjs-express-mongoose-crudify-boilerplate/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AYvqkLWcgBohYnBm_pVy328TCcxd98Tyks5uLKoQgaJpZM4VlIl_ .

tomsoderlund commented 5 years ago

@Elvanos Sorry for late reply, were you able to solve it?