Giter VIP home page Giter VIP logo

angular-architecture's Introduction

Angular Architecture

This is the code repository for the Angular Architecture book available on Leanpub.com. The reference application is contained in the workspace folder. It is an Angular Workspace - a monorepo with a single web application project and several library projects.

This book provides the missing guidance to build enterprise-level Angular applications that impress. Simplify your code and focus on what matters by leveraging specific architectural patterns, designs, and principles. This book provides the motivation and actual code and a working application that demonstrates clean architecture for an Angular application.

https://www.AngularArchitecture.com

Getting Started

The application uses Firebase/Firestore for the application database and to manage user authentication. You will need to have a Firebase account to setup the database.

There are (3) modules where you need to update the firebaseOptions with your actual Firebase API Key and information.

const firebaseOptions = {
  apiKey: "YOUR-GOOGLE-API-KEY-HERE",
  authDomain: "AUTH-DOMAIN-HERE",
  databaseURL: "FIREBASE-DATABASE-URL",
  projectId: "FIREBASE-PROJECT-ID-HERE",
  storageBucket: "FIREBASE-STORAGE-BUCKET",
  messagingSenderId: ""
};
  • libs\lms\business\authors\src\lib\lms-business-authors.module.ts
  • libs\lms\business\courses\src\lib\lms-business-courses.module.ts
  • libs\security\src\lib\security.module.ts

Note: the reference app will be updated to seed the database with sample data.

angular-architecture's People

Contributors

buildmotion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.