Skip to content

haohany/rails-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Demo https://rails-haohan.herokuapp.com

username: admin

password: admin

##Local Set Up

  • git clone https://github.com/haohany/rails-project.git
  • cd rails-project
  • bundle install --without production
  • rake db:migrate
  • rake seed:all
  • rails c open rails console, Admin.create(username: 'admin', password: 'admin') create an Admin user to log in, then exit
  • rails s start server

##TODO

  • Create tests
  • N+1 queries issue

About

Ruby on Rails Portal with Recommendations Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published