Temporarily build a simple blog via Nodejs, MongoDB.
- store data,session in MongoDB via mongoose
- mvc framework: models, views, controllers
- sign up,log in,log out
- post blogs (markdown)
- post files
- user and article interface
- edit and delete
- comment
- pagination
- tags
- pv
- search
Build a specific web application through various knowlegde I learn between 2015.7 and 2015.8.
- Nodejs as server
- MongoDB as database
- MVC Framework
- RESTful web services (this tutorial not use RESTful)
- Bootstrap