ObertShen / Lessons

BJTU Software Lessons
0 stars 0 forks source link

从零开始的前端课程 #4

Open ObertShen opened 7 years ago

ObertShen commented 7 years ago

大作业要求

开发一个购物网站的原型。

要求使用MEAN架构: MongoDB + Express + Angular + Nodejs

开发环境

根据自己的系统版本进行安装,windows下下载msi文件

Reference

ObertShen commented 7 years ago

First assignment

To provide the web pages for the first four user stories described. The web pages are required to use HTML5 and CSS3.

User stories

  • Registered seller can create a shop and put selling goods to the shop dd
  • Registered seller can be able to browse the goods list and click to watch the detail information of a selected goods.
  • Web users can browse the list of goods and the detail of selected good.
  • Web user can add goods to shopping cart

Deadline

11.22

ObertShen commented 7 years ago

Mongo Node Driver Reference