This repo runs on Ruby 2.2.3 and Rails 4.2.3
- install deps
bundle install
- and run migrations
rake db:migrate
- then fire a server
rails s -p 9000
- browse to localhost:9000
- Have fun 🚀
Todo:
- Invesitgate
devise
stuff - Allow edit user name without updating password