Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 995 Bytes

angular2-agri-hub

Agrihub Client; code with Angular2 and ❤

Features

  1. Full SPA (Single Page Application).
  2. Authenticated Using JWT (JSON Web Token).
  3. User credentials and token store on browser cookie (raw).
  4. Access control per page, thanks to my own AuthenticateService and AuthenticateComponent class.
  5. Using Bootstrap Component UI, thanks to ng-bootsrap.

Cons

  1. Storing raw data on browser cookie is very risk, inseccure, and bad-practice...

Instruction

  1. Install NodeJS
  2. Install NPM
  3. Clone Repository $ git clone https://github.com/OckiFals/angular2-agri-hub.git
  4. Change directory $ cd angular2-agri-hub
  5. Install Dependencies (Angular2, TypeScript, RxJS, etc.) $ npm install
  6. Serve... $ npm start