/assemble-api

API for my secret public mobile app project

Primary LanguageRuby

Build Status

Assemble API

A Rails API for the Assemble mobile app.

To run:

  • clone the repo
  • run bundle install
  • run rails db:migrate
  • run rails db:setup
  • run rails server
  • visit localhost:3000

Check out the routes.rb file and controllers to see the available endpoints.

To get the app itself running, clone the Ember app, run npm install and bower install, then ember server. Navigate to localhost:4200.

TODO:

  • Add all the features on the Ember side and make sure things here work accordingly
  • deploy 🚀🚀🚀