Finalproject

This README outlines the details of collaborating on this Ember application. This is a web application for the usage and demonstration of the photography skills that the requestor possesses. the web application has user login and the ability to send the requested booking information to a server-side database that stores the requested date information in reference to the shoot. It features several different styles of shoots that she has done and completed. You can create a basic profile with the site.

API's used: parse ember simple auth

-Stretch mailgun cloud code

#Present Stretch Goals

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

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

Specify what it takes to deploy your app.

Further Reading / Useful Links