MyStore is a full stack web application hosted on Amazon Web Services and is the final project under Udacity's Full Stack JavaScript Developer Nanodegree Program.
UI: http://mystorefrontend-bucket.s3-website-us-east-1.amazonaws.com
API: http://mystorebackend-env.eba-jydy275n.us-east-1.elasticbeanstalk.com
This full stack web application is deployed with a CircleCI continuous integration pipeline.
Pipeline Highlights:
- Able to run the unit, integration and end-to-end tests for both backend and front-end applications
- Able to do Pull Request builds against the staging and main branches
- Able to deploy PR code to the Staging environment and main branch code to the Production environment
All the secrets found in the application are configured inside CircleCi and passed to the production application.
Documentation about the architecture, infrastructure description, app dependencies, and the pipeline process are found inside the docs folder.




