We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
Get Module 2 Tools
Download PostgreSQL
Install PostgreSQL via Homebrew
In your terminal type the following:
brew install postgresql
This will take a hot second.
We next want to start the Postgres service.
brew services start postgresql
Install Postico
https://eggerapps.at/postico/
This is a tool that will make it much easier to navigate your local databases and build/run SQL commands.
Install Chrome
If you are currently using another browser, download and install Chrome here. This will make it so that we can share shortcuts and have a consistent experience when debugging together as a class.