1.0.0 • Published 7 years ago

es6_nodejs_server v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

es6_nodejs_server

Nodejs server write in ES6

Content

  1. Project Structure
  2. Database Migration

Your first run

Install package:

npm i

For your development mode:

npm i --dev

Migration database:

sequelize db:migrate

Find more information here

For testing: Install mocha package globaly

npm i -g mocha

and run test

npm test

Please feel free to create Issue or Pull Request to contribute for this project.

Contributor: