/newgo_app

Goal setting application developed using Rails 4.x.x

Primary LanguageRuby

Newgo

Goal setting application that allows users to track their progress and share it on social media.

Change to API ONLY

ruby 2.4.1
rails 4.2.8

Install

$ git clone https://github.com/mfDK/newgo_app.git
$ cd newgo_app
$ rake db:create
$ rake db:migrate
$ rails s