Skip to content

eshop sample project using io.js with ecmascript 6 features and angular2 with typescript

License

Notifications You must be signed in to change notification settings

Aajax0/ecma6-eshop

Repository files navigation

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

About

eshop sample project using io.js with ecmascript 6 features and angular2 with typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published