-
科西嘉岛网站的红队标识为CS411
资源介绍
科西嘉
安装
git clone
npm install
npm install -g nodemon
mongod & nodemon server.js
API 文档
使用以 api 为前缀的标准休息约定。
使用的路线
#return all the documents
GET /api/waitlists
#return the specific document if exists
GET /api/waitlists/:id
#update the document including
- whether courses can be subscribed waitlist.locked
- the ordering of subscribers
PUT /api/waitlists/:id
#add a user's email subscriptio