This is a multi-person blog based on the MEAN(MongoDB、Express、Angular 4.3+、Node js) architecture.
You can check out the demo at this link.
You can contact me on ZhiHu.
Node.js 6.x +
$ git clone git@github.com:wengzc/insaying.git
After installing inSaying, follow these steps:
1.Create a MongoDB database.
2.In the file backend/config/default.js set the MongoDB connection string to access your new database.
3.In the command line type the following command:
$ cd backend
$ npm install
$ node index
Then switch the backend directory to frontend directory and type the following command:
$ cd frontend
$ npm install
$ npm start
Copyright (c) 2017 wengzc
Released under the MIT license:




