You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an account by typing in your name, email and password. Then use the account to log in.
Then you are automatically navigated to the main page, the dashboard page for the user. Right now on your dashboard, there is no saved projects. You could click on the “+” button to find a project you want to build.
You will be directed to /newprojects page, a page for users to select preferences for finding a project.
bundle install --without production
bundle exec rake db:migrate
bundle exec rake db:seed
#please run the following instead if you have already done seed before:#bundle exec rake db:reset db:seed
Run
rails s
#rails s -b 0.0.0.0#navigate to /newprojects to see project interest page