Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

executable file
·
17 lines (15 loc) · 599 Bytes

A simplified NodeJs seed

$ git clone https://github.com/moskalyk/NodeSeed
$ cd NodeSeed
$ yarn
$ yarn test
$ yarn start
$ yarn watch

Go to localhost:3000 in your browser.

NPM

  • body-parser:Request body parsing middleware for Node.js. - (v1.0)
  • express: Fast, unopinionated, minimalist web framework for Node.js - (v4.0)
  • mongoose: Elegant mongodb object modeling for Node.js. - (v*.*)
  • morgan:HTTP request logger middleware for Node.js. - (v1.0)