Skip to content

Latest commit

 

History

History
68 lines (58 loc) · 2.67 KB

File metadata and controls

68 lines (58 loc) · 2.67 KB

Cloud Based Full Stack Online Shopping Platform Web Application

E6998 Sec 6 Modern *-As-A-Service Application Development Project

Overview

(TypeScript, Angular, Node.js, Bootstrap, jQuery, HTML/CSS, AWS Elastic Beanstalk, S3, AWS RDS, Stripe)

§ Developed an online shopping web application with Angular and Node.js based on microservice architecture

§ Realized authentication and authorization with OAuth 2.0 and simulated credit card transaction via Stripe

§ Design and implement RESTful APIs with Swagger for efficient and robust data exchange

§ Create high performance and flexible database schemas on AWS RDS Platform to record order and user information

Requirement:

FIRST: set up your ssh keys with GitHub

Coding Guideline

RESTful API Guideline

/Collections
  - GET
  - POST
    /{Parameters}
      - GET
      - PUT
      - DELETE