Develop an automated parking system that streamlines vehicle entry,exit, and parking space allocation in parking facilities. This repository contains my term project called Automated Parking System, made with Android Compose and Kotlin.
- Some stuff you should do before running the app:
--> Create the database by using the sql code that is in the database folder.
--> Change the localhost socket number in the flaskserver code with your localhost socket number.
--> Open the ** https://console.cloud.google.com/apis/library ** . Then create your API.
--> Change the localhost IP in the network_security_config.xml, AndroidManifest.xml and RetrofitAPI.kt file with your localhost ID.