Project for a Dog Walking and Care Services Application
To get started with this project, you will need to have the following installed on your local machine:
- JDK 17+
- Maven 3+
- MySql
-
Database Configuration
-
Make sure MySQL is installed and running on your system. By default, it will connect to the database on port 3306 with the user
rootand an empty password. -
If you have a different MySQL configuration, update the application.yml accordingly
-
-
To build and run the project, follow these steps:
-
Clone the repository:
git clone https://github.com/23737k/the-walking-dogs-app.git -
Navigate to the-walking-dogs-app directory:
cd the-walking-dogs-app -
Install dependencies (assuming Maven is installed):
mvn clean install -
Run the project
mvn spring-boot:run -
Access the API documentation using Swagger UI:
Open a web browser and go to http://localhost:8080/doc/swagger-ui.html
The application will be available at http://localhost:8080
-
ERD Diagram
