Welcome to the the TeamHealth-6 app, created by Team 6 for MSCI 342! Please see installation and deployment instructions for getting started!
- Please email anyone on our team to add you to the repository.
- Please git clone the repository by doing
git clone git@github.com:UWaterlooMSCI342/W22-Team-6.git - Please run
cd W22-Team-6into the repository - Please run
bundle installto install all the required gems - Run
rails db:create db:migrate db:seedto create & seed the Database - You have now initialized the application for local use by running 'rails server'. You can login as a professor using
email as
msmucker@gmail.comand password asprofessor.
- Please login, or create an account for Heroku using
heroku login - Please run
heroku apps:create appNameand replace "appName" with the desired app name - Please run 'git push heroku main' to push the repository to the Heroku main
- Please run 'heroku run rails db:migrate` to migrate the database to Heroku
- Please run 'heroku run rails db:seed` to insert the seed data to Heroku
This guide assumes that you have Ruby, Rails, and PostgreSQL installed on your local machine for local development. If deploying on Heroku, it assumes that you already have a Github and Heroku account set up.