Search for the nearest public carpark and lot availability to your destination in Singapore.
Run npm i for both backend and frontend files
Then run nodemon index or node index in the backend folder, and run npm run start in the frontend folder.
Note:
if you do not have node nodemon globally installed, please install it (npm i nodemon, npm i node) after running npm i
The UI for this app would fit most laptop and mobile screen sizes. Do note that if viewing this application from a tablet, the size of the display map may be larger than the screen size of the tablet.
The features of this application is available for all users, except the "Add to Favourites" function, which will require the user to create an account before being able to access it.
Type in your destination in the search bar and the map will automatically populate the nearest carparks within the area of your destination.
Click on the carpark marker for specific information such as: Carpark Name, Lots Available, Duration of Parking Charges.
The parking rates for most public parking in Singapore are of similar pricing with the exception of a few areas. These prices are taken from the HDB Website (https://www.hdb.gov.sg/car-parks/shortterm-parking/short-term-parking-charges)
Users may save frequented carparks in their dashboard by clicking the "Add to Favourite" button on the map. Please note that the dashboard is only accessible to logged in users.
