-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
Hi,
I tried to get the app running locally but I think the DB is missing. Not sure how to setup the mongoose DB server. Is it located in your other github project (/5e-database)?
How can I get that mongo DB with the data running and working with the api server locally?
It seems you are using the heroku CLI but is it really neccessary for local development? I tried to just run the server.js script and it hangs when starting the mongoose server.
That is probably because there is no mongoose DB server ;) It is trying to start it with process.env.MONGOLAB_URI, but that is never set.
I would really like to get this working on my local, can you help?
Metadata
Metadata
Assignees
Labels
No labels