GitHunt
RA

rajaramtt/angular6-realworld-highly-scalable-application

angular real world highly scalable application. angular6-realworld-app

angular6 realworld highly scalable application

The project is inspired by an article wrote on Medium called How to define a highly scalable folder structure for your Angular project. The project is based on best practices from the community, other github Angular projects and my own experiences from working on couple of Angular projects.

Angular Requirements

The angular project needs to be a minimum version of listed below.

  1. Angular 6.x
  2. Node.js 10.x and npm 6.x

#Angular Project setup

  1. git clone https://github.com/rajaramtt/angular6-realworld-highly-scalable-application.git
  2. cd angular6-realworld-highly-scalable-application/angular
npm install
  1. Congigurations - Pending- Skip now

  2. unit tests Karma - Pending- Skip now
    ng test

  3. end-to-end tests Protractor - Pending- Skip now
    ng e2e

npm start 

OR

ng serve

  1. Open brower http://localhost:4200/

  2. Build
    ng build --prod

Node.js Requirements:

The node.js project needs to be a minimum version of listed below.

  1. ExpressJs 4.x
  2. Node.js 10.x and npm 6.x
  3. MongoDB 4.x

#Angular Project setup

  1. git clone https://github.com/rajaramtt/angular6-realworld-highly-scalable-application.git
  2. cd angular6-realworld-highly-scalable-application/node
npm install
  1. start MongoDB
npm start
  1. Open brower http://localhost:3000

Help/Assistance

Developer: Raja Rama Mohan Thavalam rajaram.tavalam@gmail.com

License

(The MIT License)

Copyright (c) 2018 Raja Rama Mohan T rajaram.tavalam@gmail.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Languages

TypeScript52.1%HTML31.3%CSS10.4%JavaScript6.2%

Contributors

Created October 3, 2018
Updated January 8, 2026