Project 2 Week 3 Project

Project

Your task this week is to deploy and test the e-commerce app you have completed in the previous two weeks.

Spike

Before you start you need to create a testing and deployment plan. We would like you plan a testing strategy that will have broad coverage of your project. The tools we would like you to use to achieve this can include Cypress, Postman and the Node built in testing library.

We would also like you to deploy this project using an EC2 instance for you server and a S3 bucket to serve your static files.

Questions to consider

  • What parts of the application logic are the most critical to cover with unit tests?
  • How will you mock external dependencies (like databases or APIs) during unit testing?
  • What are the key user journeys and flows within the application that must be covered by end-to-end tests?
  • Where will the code that represents your infrastructure live and how will it be organised?
  • How will you manage configuration variables for different environments (development, staging, production)?
  • What are the different AWS products you will need to configure to make your deployment successful.

Acceptance Criteria

Stretch