Java Spring Server to serve the data from the parking database to the SmartPark App
For more information on the overall project please see the overview.
Hibernate Spring Webserver
To be able to run the ParkingServer on your machine you need to have the following already installed:
- Java 17
- Spring 3.1.6 with the following enabled in start.spring.io
- Spring Web
- Spring Boot DevTools
- Spring Data JPA
- PostgresSQL Driver
- Intellij
- Make sure you are in the directory that you have created for the project.
cd SmartPark
- Download the repository
git clone [email protected]:andy-brown87/ParkingServer.git
- Open Intellij and open the ParkingServer Project
- Open src/main/resources/application.properties and change the datasource username to yours on line 2
- Start the Application in IntelliJ