Backlog and planning is on the scratchpad
Design and prototype on Figma
- NextJS frontend and backend app monorepo
- Typescript
- Linting with ESLint, Formatting with Prettier
- Testing with Jest and
react-testing-library
- AWS
- Using API Football's V3 api
- Use the
package.json
commands - Set environment variables using a local
.env
file. This is gitignored. This includes an API key for API Football. - To check how much of the allowance of an API Football api key we've used, sign in to the account that owns the key, and check the Dashboard. To create a new key, you may have to sign up for a free account
- Log in to the AWS account with your user
- Go to IAM
- Generate an Access key-pair
- Add that to your local
.aws/credentials
file as an aws profile in - Make sure your terminal session is using that aws profile
- run
yarn deploy
. (This might deploy a new stack, rather than overwriting the existing one. Not sure why)