https://github.com/jollen/nodejs-express
Node.js 雲端技術與軟體思惟
https://github.com/jollen/nodejs-express
Last synced: about 1 year ago
JSON representation
Node.js 雲端技術與軟體思惟
- Host: GitHub
- URL: https://github.com/jollen/nodejs-express
- Owner: jollen
- Created: 2013-11-01T04:49:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T06:46:54.000Z (over 10 years ago)
- Last Synced: 2025-03-24T17:02:19.170Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://leanpub.com/nodejs-backbone-software
- Size: 31.3 KB
- Stars: 5
- Watchers: 5
- Forks: 43
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node.js 雲端技術與軟體思惟
Node.js and Express project template generated by express-generator.
這是一個 Express 的專案模板,用來搭配書上第 8.4 節的練習。
## 安裝
請使用 Nodejs v4.1 以上版本。安裝提示:
```
$ git clone https://github.com/jollen/nodejs-express.git
$ cd nodejs-express
$ npm i
$ npm start
```
瀏覽 **http://localhost:3000/**。
## Update
2016.02.04:
* 更新至 Express 4.0
* 加入 parse-server 模組,可練習 mount Parse API 的 router