一個(gè)特別好的例子:todolist, 下載地址:
https://github.com/scotch-io/node-todo
這個(gè)最終做出來是這個(gè)樣子:
然后用github下載還遇到了keychain的問題砖顷,最后解決方案:
Generating a new SSH key and adding it to the ssh-agent:
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
Recovering your ssh key passphrases:
https://help.github.com/articles/recovering-your-ssh-key-passphrase/
keychain這個(gè)問題還是很有意思的捉撮,在找keychain passphrase的時(shí)候且費(fèi)了很多功夫呢滋早。
- install nodejs網(wǎng)上教程很多峦耘,自己查驳概;
- install mongodb:
這個(gè)過程略顯艱辛,記錄如下:
for mac users:
brew update
brew install mongodb
- 修改配置文件database.js:
module.exports = {
remoteUrl : 'mongodb://node:nodeuser@mongo.onmodulus.net:27017/uwO3mypu',
localUrl: 'mongodb://127.0.0.1:27017/'
// localUrl: 'mongodb://localhost/meanstacktutorials'
};
- node server.js 運(yùn)行就可以了