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.
- Angular 6.x
- Node.js 10.x and npm 6.x
#Angular Project setup
- git clone https://github.com/rajaramtt/angular6-realworld-highly-scalable-application.git
- cd angular6-realworld-highly-scalable-application/angular
npm install
-
Congigurations - Pending- Skip now
-
unit tests Karma - Pending- Skip now
ng test
-
end-to-end tests Protractor - Pending- Skip now
ng e2e
npm start
OR
ng serve
-
Open brower
http://localhost:4200/
-
Build
ng build --prod
Node.js Requirements:
The node.js project needs to be a minimum version of listed below.
- ExpressJs 4.x
- Node.js 10.x and npm 6.x
- MongoDB 4.x
#Angular Project setup
- git clone https://github.com/rajaramtt/angular6-realworld-highly-scalable-application.git
- cd angular6-realworld-highly-scalable-application/node
npm install
- start MongoDB
npm start
- 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.