Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.14 KB

Please ignore the latest failing GitHub Actions as it was meant to automatically sync our repository with the repository provided by our Lab Technician.

GoParkYourself

A mobile application developed for the SC2006 Software Engineering module in NTU, which displays live motorized and bicycle parking data across Singapore.

Overview

Due to our client-server architecture, this application is mainly separated into two parts: the Frontend and Backend.

The Frontend (frontend/) is developed using React Native, React Native Paper for the UI, and Zustand for global state management.

The Backend (backend/) is developed using Node.js with Express framework, MySQL database for storing parking information and performing queries, and Docker for easier deployment in our remote AWS EC2 server.

Contributors