/city-app

Primary LanguageTypeScript

CityApp Frontend

Developed in Angular 15

Used features: Interceptors, NgRx State management, Routings, Guards, Services, Components, Jwt Authentication, CDK collections, Angular material components, RxJS, Server side pagination and filtering.

Username Password Roles
admin admin ROLE_ALLOW_CREATE, ROLE_ALLOW_EDIT
harun harun ROLE_ALLOW_CREATE

Note: Only the user with ROLE_ALLOW_EDIT can update the records. Eventough there are ROLE_ALLOW_CREATE exist there isn't related functionality.

You can check backend code from this repository.

Supporting Filter

List Page

Supporting Pagination

List Page

Login Page

Login Page

Admin List Page

Admin List Page

Admin Update Record

Admin List Page