Skip to content

Ferouk/Sample-MEAN-Contact-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample MEAN Contact List

A Sample MongoDB, Express, Angular JS, Node JS Contact List App

##Configuration

###Database 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'
}

###Dependencies Open a terminal in server folder and then

npm install

###Required dependencies :

  • body-parser: "^1.14.1"
  • express: "^4.13.3"
  • mongoose: "^4.2.8"

##Run 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/

About

A Sample MongoDB, Express JS, Angular JS, Node JS Contact List App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published