Cloud-Deployment-Automation
Cloud-Deployment-Automation copied to clipboard
AWS Deployment Automation using Jenkins CI
Deployment automation on AWS using Jenkins CI/CD
Testing the project locally
- Clone this project
git clone https://github.com/verma-kunal/AWS-Session.git
- Setup the following environment variables -
(.env)file
DOMAIN= "http://IP_ADDRESS:3000"
PORT=3000
STATIC_DIR="./client"
PUBLISHABLE_KEY="TEST_STRIPE_PUBLIC_API_KEY"
SECRET_KEY="TEST_STRIPE_SECRET_API_KEY"
Follow the steps mentioned in the guide to get your Stripe API keys for testing purposes.
- Initialise and start the project
npm install
npm run start
Tutorial
A detailed guide on how to build this project can be in the blog post.