udagram 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.
-
Front-end link (UI) http://aml-udagram-frontend.s3-website-us-east-1.amazonaws.com
-
Back-end link (API) http://udagram-api-app-dev.us-east-1.elasticbeanstalk.com
This full stack web application is deployed with a CircleCI continuous integration pipeline.
Pipeline Highlights:
- Able to run install and build for both backend and front-end applications
- Able to deploy for both backend and front-end applications
- All the secrets found in the application are configured inside CircleCi and passed to the production application.
- screenshot of the CricleCi secrets
Documentation about the architecture, infrastructure description, app dependencies, and the pipeline process are found inside the docs folder.