1.0.2 • Published 7 years ago

apt-maintenance-account v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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:
1. Angular Framework,
2. Authentication using JSON Web Token (JWT),
3. Authorization using Role Based Access Control (RBAC),
4. RxJS operators such as Observable,
5. 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 APIURL 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