Skip to content

wengzc/insaying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inSaying

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.

Screen Shots

Requirements

Node.js 6.x +

Installation

$ git clone git@github.com:wengzc/insaying.git

Run

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

License

Copyright (c) 2017 wengzc

Released under the MIT license:

About

A multi-person blog based on the MEAN architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published