The application uses ember-data, and REST API This application is created using the Ember-CLI Tutorial For this project, a JSON database provided by Typicode is used, with two types of interpolating data: Users, and Posts.
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
Improvements
- I changed the software version to ember-cli 4.4.0, on node 14.17.0
- I changed styling to SCSS, by installing ember-cli-sass which also installs node-sass
- I added Bootstrap 5 as CSS Framework, and configured the app to use it
- I added more fields for user, i.e. address, and company
Live Version
You can see this app deployed on Netlify, or check the Github repository.