Team Member Details:
- Kiran Panchal panchal.k@husky.neu.edu
- Komal Suthar suthar.k@husky.neu.edu
- Hemant Kamath kamath.h@husky.neu.edu
- 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