Skip to content

AwesomeCICD/circleci-demo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Demo Application

CircleCI Build Status Software License Docker Pulls

This demo aims to show users some key features of CircleCI's platform.

The features shown off in the demo are:

  • Snyk Integration via the official Orb that scans Docker Images
  • SonarQube Integration via the official Orb that does static code analysis
  • Deployment utilizing IP Ranges which provides a list of well-defined IP address ranges associated with the CircleCI service
  • Browser Testing using CircleCI's Convenience Images
  • Showing of Test Concurrency/Parallelism to achieve faster builds
  • CircleCI's Docker Layer Caching to speed up Docker Builds
  • Holding/Approval of Jobs for manually review
  • Utilizing CircleCI's Test Insights to take a deeper look at jobs
  • Securely access cloud providers like AWS via OIDC
  • Utilize Infrastructure as Code and deploy an EC2 instance
  • Enforce configuration of servers via Ansible
  • Plus many more features!

Currently, the demo deploys a Flask based website utilizing Docker. You can view the live site here.

Some other links that might be important:

About

A generic CircleCI Demo Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 58.3%
  • Dockerfile 41.7%