Skip to content

royjosefsson/simple-mean-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-mean-server

Get started with MEAN

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb

Homebrew:

Install Homebrew:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Update Homebrew:

$ brew update

Install MongoDB:

$ brew install mongodb

MongoDB

Create folder:

$ mkdir /data/db

Add write access:

$ sudo chown -R $USER /data/db

Run MongoDB:

$ mongod

Start MEAN:

Install dependencies:

$ npm install

Run server:

$ npm start

About

Get started with MEAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published