GithubHelp home page GithubHelp logo

apeixinho / ngrx-poc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alessandrov/ngrx-poc

0.0 2.0 0.0 199 KB

An Angular 4 and ngrx based basic application, with Oauth 2.0 authentication

License: GNU General Public License v3.0

JavaScript 2.36% TypeScript 94.74% CSS 2.35% HTML 0.55%

ngrx-poc's Introduction

A basic dashboard application, a POC leveraging ngrx, based on Angular 4, Bootstrap 4, with Oauth 2 authentication.

The user can login and perform crud operations over a list of paths and goals belonging to each path.

Data are retrieved from a RESTful backend and presented to the user.

Demo

Auth module

Responsible for authenticating the user, refreshing the access token behind the lines, clearing the Store.

Path and Goal modules

Each path is made of goals. User can navigate and perform CRUD operations over both.

Core module

Just two components here, not-found and navigation bar.

Prerequisites

Make sure you have Node.js installed (at least 6.10.0) and that the backend is up and running.

Install the dependencies

Navigate to the project folder and run:

npm i

Run the application

Development mode

Navigate to the project folder and run:

ng serve

the application is available at localhost:4200. Being the live-reload option true by default the page is reloaded if the application files change.

Production mode

Navigate to the project folder and run:

npm start

a dist folder is built with AOT compilation and the application is available at localhost:8180

Login

You'll be able to login with one of the following credentials:

username: user1
password: password1

Postman collection included.

Author

alessandrov

License

GPL-3.0

ngrx-poc's People

Contributors

alessandrov avatar

Watchers

James Cloos avatar  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.