iurianu / ember-blog-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-CLI v4.4.0 + Rest API + Bootstrap 5

This README outlines the details of collaborating on this Ember application.

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.

Installation

  • git clone <repository-url> this repository
  • cd blog-ember-rest
  • npm install

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 live HERE

About


Languages

Language:JavaScript 51.8%Language:Handlebars 27.1%Language:SCSS 16.8%Language:HTML 4.2%