This project runs on Ruby 3.3.6
Please make sure to pull from main BEFORE merging your branches.
Run the following command to install gems after moving into your project directory in your terminal.
bundle install
To generate the database file from the exisitng migrations run the following command:
bundle exec rake db:migrate
Then make sure you have a models.rb
file within the project folder and it is required within the app.rb
file.
To fill some tables with necessary data, run the following command:
bundle exec rake db:seed
Don't forget to ask Mr. Rivera about the secret keys file you must have for google login to work!