Skip to content

abulrim/lebtivity-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lebtivity

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

Prerequisites

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

Installation

  • Clone the repo git clone git@github.com:Gtlogic/lebtivity-exercise.git
  • Go into the ember directory cd lebtivity-exercise/ember
  • Install dependencies npm install && bower install
  • Go into the rails directory cd ../rails
  • Install dependencies bundle install
  • Create the database and run the migrations bin/rake db:create db:migrate
  • Create data in the database bin/rake db:populate (re-use this command whenever you want to reset the data)

Running / Development

  • Run rails server: from the rails directory run: rails s
  • Run ember server: from the ember directory run: ember s --proxy http://localhost:3000
  • Visit http://localhost:4200

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published