Web Application Development & Security

Golden Leaf Residence Website

A website where the residents are able to file complaints, book the swimming pool or function hall, as well as receive updates. It is user-friendly.

The front-end service hosts the user interface of the app. This service is built using an Angular framework with a bootstrap template. To run it in localhost, run ng serve. To build the project, run ng build.

Front-end Source Code: https://github.com/ChanElizabeth/frontend

The backend service contains the APIs that are used to do basic CRUD, login, and log out in the frontend services. This service is built using the Laravel framework with passport authentication. We used MySQL as the database to store the data. To run it in localhost, PHP artisan serve.

Back-end Source Code: https://github.com/ChanElizabeth/backend

This entry was posted in Web Application. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *