This is a straightforward boilerplate for building REST APIs with ES6 and Express.
- ES6 support via babel
- Body Parsing via body-parser
# clone it
git clone git@github.com:npdi/produto-ws.git
cd produto-ws
# Install dependencies
npm install
# Start development server
npm run start