Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 579 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 579 Bytes

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