0

is there a GOOD tutorial or resource that I can read to deploy node.js app with mongoDB on EC2 or on linux(ubuntu) server?? I have read several of the tutorials on the web but there were not clear one that helped me. I have installed npm, node.js and all pacakages I'm using for my app and cloned my app from git repo. Tried to run it using

nodejs server.js

where "server.js" my app server, it crashes because my mongoDB. How do I properly setup mongoDB and node.js app. Thanks.

1 Answer 1

1

Digital Ocean's tutorials are pretty good:

How to install MongoDB on Ubuntu

How to set up Node on Ubuntu

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.