Skip to content

X1aoZhang99/AWS_WebApp

Repository files navigation

webapp Cloud Computing

Prerequisites

Language

  • Node.js
  • HCL
  • Shell

Tool

  • Postman

Dependencies

  • express
  • bcrypt
  • mysql2
  • jest
  • supertest
  • cors
  • bagel
  • @aws-sdk/client-s3
  • multer

Initialize Steps

  1. Set up a workspace
cd ~/
mkdir -p ./workspace/csye6225
  1. Clone the repo
git clone [email protected]:XZhangCSYE6225/webapp.git
  1. Get into the directory of the repo
cd ./webapp
  1. Install all dependencies
npm i
  1. Run the app
nodemon server.js

Create AMI

After PR is raised and pass both unit tests and validation tests, the branch is merged into main branch, meanwhile github actions will be triggered and will automatically create a new AMI using packer files in ./packer/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published