Description
For this project, I used a JSON database provided by Typicode, with two types of interpolating data: Users, and Posts
This Version
This version uses JsonAPI, instead of RestAPI (only using REST on serializers, owe to the incompatible json format provided by typicode) This version also has a custom pagination made to update dynamically, with the number of posts
This version is an improved version of the blog app created after the youtube tutorial, which you can check on Github, and on Netlify
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
You can check this version online on Github, or deployed on Netlify