Use Cases

Chariot Americus, LLC SAM UEI: TJMYYNFPR9D1 CAGE: 9CUC6 DUNS: 118740490
Services provided:
Web Development
DevOps

Chariot Americus team led the concept (UI/UX), development (web, mobile, and hosting), and deployment (AWS and CI/CD for applications) for the website.


We implemented a CPQ solution for the sales team which was integrated with their product where the data was provisioned from Salesforce to their product. CI/CD process was used to develop the product. The data was stored on AWS and we had to implement the Salesforce solution. Agile Scrum methodology was used for the product development.




Soul Rebel Cannabis
www.soulrebelcannabis.ca
Services provided:
Web Development
CI/CD

Soul Rebel were looking to expand their storefront operation from 1 to 2. This project was planned to Go Live within 4 months to meet the Soft-Launch of the 2nd store. In this solution, we maintained two AWS environments which included development and production environments. All servers were maintained in Region US-EAST-1.


...more

The development environment is used to deploy and setup the CI/CD pipeline for both stores, including the hosting the source code repository. Applications that were being developed for deployment include salesforce, payment portal integrations, chat/customer service bots, and inventory management.

The production environment is setup to be deployed from the pipeline of the development account.

As part of this deployment, we did extensive quality assurance testing and verification through unit testing of applications and features based on the storefront data stored in AWS (S3).

The solution included the following workflow:
1. Used AWS CodeCommit and CodePipeline to help with updates and commit of the code pipeline
2. This pipeline works by downloading the code from CodeCommit repository, initiates the Build and Test action with the help of CodeBuild, and then saves the built artifacts in AWS S3
3. On success of the application build, the pipeline triggers the deploy in the development environment using AWS CodeDeploy

On testing complete and verification of the application developed, the pipeline triggers the Deploy in Production using AWS CodeDeploy