apt-maintenance-account
v1.0.2
Published
Apartment Maintenance Account Tracking Application - Client Side in Angular
Downloads
10
Maintainers
Readme
apt-maintenance-account (client-side/frontend)
A web application is developed with a target on Apartment Maintenance Account App and with a real intension on exploring:
- Angular Framework,
- Authentication using JSON Web Token (JWT),
- Authorization using Role Based Access Control (RBAC),
- RxJS operators such as Observable,
- Base or Foundation code for future projects
Demo
For a demo of this application, please click here.
(Note: For login, a guest user-id and password are pre-filled. The guest has read-only permissions. On the login screen just click on Submit button)
Installations (for backend installations refer here)
Step 1: Clone or Download this front-end application into a folder.
Step 2: npm install
.
Step 3: Make necessary updates in the environment files, such as API_URL to /my-apt.
Step 4: ng build --prod -bh '/my-apt/'
. It creates 'dist' folder with deployable files.
Step 5: Copy this 'dist' folder into the hosting site and rename it to 'my-apt' or whatever name selected in the previous step.
Step 6: On the browser, enter url, say http://www.myhost.com/my-apt. It shows the home page of this application.
License
MIT