A Sample MongoDB, Express JS, Angular JS, Node JS Contact List App
A Sample MongoDB, Express, Angular JS, Node JS Contact List App
Go to server/config/config.js and edit mongodb url to your own mongodb URI
mongodb://username:password@host:port/dbname
module.exports = {
url : 'YOUR_DB_URL_HERE'
}
Open a terminal in server folder and then
npm install
After modules install is completed, start the app using node
node server
or using nodemon
nodemon server
That’s it go to http://localhost:3000/