Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.27 KB

Sample eshop backend written in ECMAScript 6 using io.js

How to install

How to run

npm run start

To authenticate use username: 'john' and password: 'secret'. All requests except root require authentication (basic).

How to run tests

npm run test

Browse endpoints

http://localhost:8081/docs

#EMCAScript 6 features currently used

  • 'let' keyword
  • Promise API
  • classes
  • Map

List of all ECMAScipt 6 features can be found here: http://es6-features.org/ Not all of the feature are currently implemented by iojs. Always keep your iojs up to date. ES6 information can be found here: https://iojs.org/en/es6.html

Other software used

License

MIT