Skip to content

mulongjiangliu/mean-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN-Server

Blog server powered by Express and MongoDB

Prerequisites

Nodejs is installed. (Update it to latest is better.)

Install Express via npm and MongoDB.

MongoDB is configurated and able to run.

Quick Start

Create a database named 'meanblog':

$ mongo
$ use meanblog

Install dependencies:

$ npm install

Start the server:

$ npm start

Start the server with auto-restart if there is a saved change:

$ npm restart

License

MIT

About

blog server powered by Express and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published