Code Monkey home page Code Monkey logo

personalsite's Introduction

.
├── appspec.yml
├── backend
│   ├── APIBindings.go
│   ├── contentAPI.go
│   ├── database
│   │   ├── awsSSMParams.go
│   │   ├── dbConfigFromAWS.go
│   │   ├── dbConnector.go
│   │   └── schema.sql
│   ├── go.mod
│   ├── go.sum
│   ├── main.go
│   ├── Makefile
│   ├── models
│   │   └── Posts.go
│   ├── server.go
│   ├── static.go
│   ├── staticSite.go
│   └── utils
│       ├── draftJSToHTML.go
│       ├── requestBinding
│       │   └── bindingGenerator.go
│       ├── routeParsing.go
│       └── unmarshalHTTPRequest.go
├── frontend
│   ├── Makefile
│   ├── media
│   │   └── icon.jpg
│   ├── package.json
│   ├── public
│   │   └── index.html
│   └── src
│       ├── App.css
│       ├── App.js
│       ├── Components
│       │   ├── CMS
│       │   │   ├── CMSCardList
│       │   │   │   ├── CMSCardList.css
│       │   │   │   └── CMSCardList.js
│       │   │   ├── CMS.css
│       │   │   ├── CMS.js
│       │   │   ├── CMSSummaryCard
│       │   │   │   ├── CMSSummaryCard.css
│       │   │   │   └── CMSSummaryCard.js
│       │   │   └── Editor
│       │   │       ├── Editor.css
│       │   │       └── Editor.js
│       │   ├── ContentCard
│       │   │   ├── ContentCard.css
│       │   │   └── ContentCard.js
│       │   ├── ContentList
│       │   │   ├── ContentList.css
│       │   │   └── ContentList.js
│       │   ├── Footer
│       │   │   └── Footer.js
│       │   ├── Header
│       │   │   ├── Header.css
│       │   │   └── Header.js
│       │   ├── MainPage
│       │   │   ├── MainPage.css
│       │   │   └── MainPage.js
│       │   ├── Post
│       │   │   ├── Post.css
│       │   │   └── Post.js
│       │   └── Title
│       │       ├── Title.css
│       │       └── Title.js
│       ├── index.js
│       ├── routes.json
│       ├── Store
│       │   ├── Actions.js
│       │   └── Store.js
│       └── Utils
│           ├── ContentAPI.js
│           ├── ParseRoutes.js
│           ├── RedirectRequest.js
│           └── RenderRichText.js
├── infrastructure-as-code
│   ├── build-server
│   │   ├── ami
│   │   │   ├── ami.json
│   │   │   ├── Makefile
│   │   │   └── server.yml
│   │   └── container
│   │       ├── jenkins-config-as-code.yml
│   │       ├── jenkins.Dockerfile
│   │       └── Makefile
│   ├── credentials
│   │   ├── github
│   │   └── rds
│   ├── main.tf
│   ├── Makefile
│   ├── modules
│   │   ├── codedeploy_app
│   │   │   ├── main.tf
│   │   │   ├── outputs.tf
│   │   │   └── vars.tf
│   │   ├── db_with_ssm_credentials
│   │   │   ├── main.tf
│   │   │   ├── outputs.tf
│   │   │   └── vars.tf
│   │   ├── github_webhook
│   │   │   ├── main.tf
│   │   │   ├── outputs.tf
│   │   │   └── vars.tf
│   │   ├── networked_asg
│   │   │   ├── main.tf
│   │   │   ├── outputs.tf
│   │   │   └── vars.tf
│   │   └── networked_ec2
│   │       ├── main.tf
│   │       ├── outputs.tf
│   │       └── vars.tf
│   ├── outputs.tf
│   ├── production.tfvars
│   ├── scripts
│   │   ├── build_server.sh
│   │   └── deployment_server.sh
│   ├── terraform.tfstate
│   ├── terraform.tfstate.backup
│   └── vars.tf
├── pipeline.jenkinsfile
├── README.md
└── scripts
    ├── before_install.sh
    ├── start_server.sh
    └── stop_server.sh

personalsite's People

Contributors

cmelgreen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.