This is an application that was designed and developed from scratch by Christian Dasalla, Gael Estrera, Andrea Tiongco, Shaira Eunice Aban, and Beah Rentuaya for the final class project in CSCI 180.05. This application is composed of both front-end and back-end. This application was designed and developed to be used as a Bike Management system for Ateneo de Manila University students and staff. It is composed of the following:
The application was developed using the REST architecture.
Link: https://drive.google.com/file/d/1Jj3acBON9X6yO8bS2A5SBsKElkoOOqd7/view?usp=drive_link
The system utilizes ReactJS accompanied with packages such as Bootstrap, Tanstack Query, React hook and router packages, and Axios.
The frontend was developed with consideration to ease of use, minimal process steps required for system processes, and design preferences.
Spring Boot was used to developed the backend of the application. The backend application also utilizes Controller-Service-Repository (CSR) pattern longside the Rest architecture: