Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 830 Bytes

README.MD

File metadata and controls

17 lines (12 loc) · 830 Bytes

Do I need an Umbrella

Actions Status

Introduction

Should you use an umbrella today?

Tech stack:

  • Full stack website that uses Node.js && React (with Express.js && TypeScript)
  • Fetches information from a 3rd party API using an API key (OpenWeatherMap)
  • Has tests using Jest with Enzyme && SuperTest && Nock
  • Has a CI (GitHub Actions) where it runs the test before merging a PR and when merged it pushed the BE to AWS Lambdas using the Serverless framework
  • Uses secrets to push to AWS and to fetch from OpenWeatherMap using environmental variables
  • Created using TDD