Skip to content

Kunhe-tes/hgBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hgBlog

A simple blog system based on Node Express

###########Deploy Steps

  • Install the Node.js and then complete the environment variables configs.

  • Install dependent files

    npm install
  • If you want to use your own database online, change the app.js, as follows.
    mongoose.connect('mongodb://username:password@host:port/database',{useMongoClient: true},function(err){
        if(err){
            console.log(err);
        }else{
            console.log('succeed');
            app.listen(8081);
        }
    });
  • Run it
    node app

About

a blog system base on Node.js Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published