Skip to content

jriveraholton/holton-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holton-hub

Advanced Web Development Course Project (2024-25)

This project runs on Ruby 3.3.6

Merging Branches with Main

Please make sure to pull from main BEFORE merging your branches.

Setting Up the Project Gems

Run the following command to install gems after moving into your project directory in your terminal.

bundle install

Building the Database

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.

Loading the Database with Data

To fill some tables with necessary data, run the following command:

bundle exec rake db:seed

Secret Keys File

Don't forget to ask Mr. Rivera about the secret keys file you must have for google login to work!

About

Advanced Web Development Course Project (2024-25)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published