-
-
Notifications
You must be signed in to change notification settings - Fork 46
Before you begin
This document will provide you the additional context needed for fully setting up this project. You must be able to check off these boxes in order to proceed.
- You must have docker installed
- You must have docker compose installed.
- You must not have any other program running on ports 80, 3306, and 6379. (If you don't know what these are, it's most likely that you won't need to worry)
- Install git.
- A Plaid.com developer account
It's recommended that for Windows 10 you use Docker Desktop for ease of use.
Click the "Download for Windows (Stable)" button.
Run the program that you just downloaded, and click through the prompts. (I'm not going to force you to read everything, but as long as it looks like it's installing, you probably did it right...)
Read the instructions for "Windows 10" but change the word "Windows" to "Mac", and the instructions are the same... You know how to install programs... You own a mac...
Click the name of your operating system on the Git Website's download page.
Run the program you just just downloaded and click through the prompt. Unless you know what you're doing, the default options will be perfectly fine 😄
Go to this page and sign up.
Plaid is a service that allows apps to access your banking data. It does so by asking you for your login information for your bank, then it talks through various banking partnerships to authenticate, and then once authenticated, you can access your transactions and accounts.
What we're looking for are "API keys", these are identifying codes that this app uses to authenticate your app to your Plaid developer account. The ones we need are the "Development Environment" tokens. They can be found on the Development page on the Plaid site.
The highlighted fields are going to be used to fill in the respective environment variables in your .env
file, covered in the docs.