funfordima / shop-aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shop Angular Cloudfront

Angular version: ~12.

Repo maintainers:

The purpose

The repository was created to have an Angular version of e-shop for EPAM NodeJS AWS course. At the same time we strive to make this repository follows best practices so it may be used as a starter for new projects with all the necessary toolings already set up.

NodeJS AWS course integration

All the necessary API endpoints are in the environments files environment.ts (for dev builds). Also it contains feature flags to enable/disable endpoints invocations from within the app so to ensure that you don't get errors for not implemented API endpoints.

Contribution

Create an issue with the detailed description of the improvement/issue.

If you would like to help implementing some feature, you should ask the maintainers for approval so to ensure that the feature is desired in the repository and no efforts go wasted.

Get up and running

Prerequisites: NodeJS v14

Follow the steps:

  • git clone
  • npm i
  • ng serve

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 71.9%Language:HTML 22.6%Language:JavaScript 3.4%Language:SCSS 2.0%Language:Shell 0.1%