Setting Up for Phase 3
Each team member needs to do the following:
- Go to ngrok.com and sign up for an account. Follow the directions for downloading and installing the ngrok executable to your computer.
- Make a GitHub account.
One team member needs to do the following:
- Log in to Github.
- Go to https://github.com/MarkFontenot/flask-mysql-boilerplate.
- Click the Use This Template green button. Choose Create Repo from the dropdown.
- Give the new repo a name, preferably the name of your product or team. Please leave your repo public so the TAs and I can get to it.
- Click the Create Repository From Template button.
- In the new repository screen, click Settings tab.
- In Settings, choose Collaborators on the left panel. You may have to authenticate again.
- Click Add People button to add the rest of your teammates to the repo so they can access it.
- Clone the repo to your local machine.
Remainder of team:
- Clone the repo created above by one of your team members to your local machine.
- Work with your team to develop a strategy on where your code will go. If each team member “owns” a particular file, it will reduce the number of merge conflicts that will happen.