一、学习资料:
1.node
http://www.runoob.com/nodej s/nodejs-repl.html
2.mysql
http://www.runoob.com/mysql/mysql-tutorial.html
3.MongoDB
http://www.runoob.com/mongodb/mongodb-intro.html
管理工具:Rockmongo
http://www.runoob.com/mongodb/working-with-rockmongo.html
建模原则:
https://docs.mongodb.com/manual/core/data-modeling-introduction/
https://www.cnblogs.com/lifeone/p/4863247.html
二、数据库设计&&接口设计
1. 工具:visual praradigm
2. 数据库设计:
mysql用E-R图
MongoDB用类图
3. 接口设计:
三、环境安装:
node
express
MongoDB
----------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
待完善...