luiscib3r / shortly

Url shortener using golang and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortly

Local Docker Compose Deploy

git clone https://github.com/luiscib3r/shortly.git
cd app
docker compose up

AWS Deploy

Set CDK context

git clone https://github.com/luiscib3r/shortly.git
cp cdk.context.example.json cdk.context.json

Edit cdk.context.json and set your values:

Example

{
  "ShortlyStack:hostedZoneName": "yourdomain.com",
  "ShortlyStack:domainName": "link.yourdomain.com"
}

then

cdk deploy

CDK commands

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Infrastructure Diagram

Infrastructure Architecture

About

Url shortener using golang and react

License:MIT License


Languages

Language:Go 49.3%Language:TypeScript 47.8%Language:JavaScript 1.2%Language:Dockerfile 0.5%Language:Python 0.5%Language:Shell 0.4%Language:HTML 0.3%Language:Makefile 0.1%