Angular6 Realworld Highly Scalable Application Save

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

Project README

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 [email protected]

License

(The MIT License)

Copyright (c) 2018 Raja Rama Mohan T [email protected]

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.

Open Source Agenda is not affiliated with "Angular6 Realworld Highly Scalable Application" Project. README Source: rajaramtt/angular6-realworld-highly-scalable-application

Open Source Agenda Badge

Open Source Agenda Rating