Should you use an umbrella today?
- Full stack website that uses
Node.js
&&React
(withExpress.js
&&TypeScript
) - Fetches information from a 3rd party API using an API key (OpenWeatherMap)
- Has tests using
Jest
withEnzyme
&&SuperTest
&&Nock
- Has a CI (
GitHub Actions
) where it runs the test before merging a PR and when merged it pushed the BE to AWSLambdas
using theServerless
framework - Uses secrets to push to AWS and to fetch from OpenWeatherMap using environmental variables
- Created using TDD