TwoHomes is a set of communication tools to make co-parenting just a little bit easier. TwoHomes reduces divorce conflict by providing a centralized communication platform that can be easily audited by legal professionals.
- Rails API | Backend - (Web Application Framework)
- EmberJS | Frontend - (JavaScript Web Framework)
- Firebase | Message Data Store - (Realtime Database)
- Postgres | Application Data Store - (Database)
- JSON API Resources | JSON API - (API Specification)
- Doorkeeper | OAuth - (Authentication)
You will need the following things properly installed on your computer.
git clone https://github.com/dpap31/two-homes-webthis repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.
