Skip to content

ragexe/shop-angular-cloudfront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop Angular Cloudfront

Description

A global mentoring project program to develop hands-on, full-service development skills with a primary focus on NodeJS in the AWS Cloud from an e2e application perspective. Presented a full-stack application (Brickage) store for the sale of Lego construction kits

Install deps

  • npm ci - install all required modules for the development

Init git-submodules

  • git submodule init
  • git submodule update

API generation

Product service

Place swagger-api.json under the path ./src/app/api/products and run the following scripts:

  • npm run-script api:generate

Note: The command requires permission to create folders

Running locally

  • npm run-script start

Deployment

  • sls:cloud:update:build:deploy:nc - production build and deploy with serverless framework

Prerequesties

  • NodeJS v14
  • Serverless Framework v2
  • Angular v12

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • HTML 13.7%
  • JavaScript 6.5%
  • SCSS 2.2%
  • Shell 0.2%