mohanramphp / user-management

Simple CRUD User management application written in Angular 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Management

This application is a simple CRUD Application to manage Users with a simple ui authentication.

Wrriten in TypeScript, ES6 Standard, Angular 2.0, Angular In memory Web Api and angular-seed (https://github.com/mgechev/angular-seed) is used as boiledplate.

Available Scripts

install the project's dependencies

npm install

watches your files and uses livereload by default

npm start

Credentials to login into the application

Username/password - admin/admin, Username/password - user/user

About

Simple CRUD User management application written in Angular 2.0

License:MIT License


Languages

Language:TypeScript 63.5%Language:JavaScript 19.8%Language:HTML 13.6%Language:CSS 3.1%