https://github.com/naffiq/playyour.work
https://github.com/naffiq/playyour.work
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naffiq/playyour.work
- Owner: naffiq
- Created: 2015-06-08T04:29:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T06:02:03.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T03:23:28.989Z (4 months ago)
- Language: JavaScript
- Homepage: playyour.work
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== PlayYour.Work
To-do list application I made for my diploma work (really interesting idea for diploma, isnt it? =\ ).
Ruby on Rails serves backend part and Angular.js does the interface work.=== Requirements
* Ruby ~2.2.0
* Ruby On Rails ~4.2.0=== Installation
After dealing with requirements clone this project and install dependencies with following command:
bundle install
Run migrations to prepare DB:
rake db:migrate
And serve the project by running:
rails server