Skip to content

komalsuthar151/csye6225-fall2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csye6225-fall2018-repo-template

Team Member Details:

  1. Kiran Panchal panchal.k@husky.neu.edu
  2. Komal Suthar suthar.k@husky.neu.edu
  3. Hemant Kamath kamath.h@husky.neu.edu
  4. Aakash Jethva jethva.a@husky.neu.edu

Web Application: Technologies : Sts eclipse, IntelliJ, Postman, Sql Workbench, Maria DB

Using JPA annotations first created a User Pojo Later Extended JPA Repository to User Repository Incorporated User Controller and deviced all JPA annotations Later added the BCryptPasswordEncoderBean used for hashing passwords.

AWS Cloud Formation:

Run the csye6225-aws-cf-create-stack.sh bash script from the folder csye6225-fall2018/infrastructure/aws/cloudformation command: ./csye6225-aws-cf-create-stack.sh

User should enter the stack name This will create cloud formation stack on aws

To delete the stack: Run the csye6225-aws-cf-terminate-stack.sh bash script from the folder csye6225-fall2018/infrastructure/aws/cloudformation command: ./csye6225-aws-cf-terminate-stack.sh

user should enter the name of the stack to be deleted This will delete the cloud formation stack on aws