Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 2.89 KB

README.md

File metadata and controls

80 lines (52 loc) · 2.89 KB
foodie blog logo

"Foodie" Blogging platform

EmberJS app to manage cooking recipes and reviews, interacting with a Rails API: https://github.com/juanroldan1989/foodie-blog-api

Live App

EmberJS App: https://foodie-blog.herokuapp.com/ - Rails API: https://foodie-blog-api.herokuapp.com/v1/activity_items

EmberJS App: https://foodie-blog.herokuapp.com/posts - Rails API: https://foodie-blog-api.herokuapp.com/v1/posts

EmberJS App: https://foodie-blog.herokuapp.com/recipes - Rails API: https://foodie-blog-api.herokuapp.com/v1/recipes

EmberJS App: https://foodie-blog.herokuapp.com/reviews - Rails API: https://foodie-blog-api.herokuapp.com/v1/reviews

Summary

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • ember server
  • Visit your app at http://localhost:4200.
  • To enable/disable interaction with API, please refer to app/adapters/application.js file for instructions.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Further Reading / Useful Links