Little introduction

Ember js is opinionated Javascript frontend framework, and it sets its rules on doing things. Basically, it means that if you switch to another Ember project, it will share the same structure and patterns. To learn more about key Ember values and different aspects, please visit https://guides.emberjs.com/v3.26.0/.

File upload

For uploading files on this toy-project, I have used ember-active-storage package, and it was straight forward integration. I did the CRUD basic functionality by using Ember’s controllers, and Ember Data. To explore Ember data in detail, I higely recommend this book from David Tang.

The example you can get here