Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 583 Bytes

MYRROR

Anonymous rating.

Running Locally

Make sure you have Meteor installed.

meteor

Your app should now be running on localhost:3000.

Accessing Local MongoDB

meteor mongo

Deploying

meteor deploy myrror.meteor.com

Your app should now be running on myrror.meteor.com.

Accessing Remote MongoDB

meteor mongo --url myrror.meteor.com  # this will generate connection string with password valid for one minute