You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,25 @@
2
2
3
3
Open source task management tool built with Vue.js 2, Spring Boot 2, and MySQL 5.7+
4
4
5
-
## Local development
5
+
> This is the repository for the book [_Building applications with Spring 5 and Vue.js 2: A real-world practical guide to building a modern full-stack web application_](https://www.amazon.com/Building-applications-Spring-5-0-Vue-js-ebook/dp/B079X1VTST).
6
6
7
-
Create `src/main/resources/application-dev.properties` with the following settings to override the settings in `application.properties`.
7
+
## Local development setup
8
+
9
+
### Prerequisites
10
+
11
+
- JDK8 - OpenJDK Preferred
12
+
- MySQL 5.7+
13
+
- RabbitMQ 3.6+
14
+
- GraphicMagick 1.3+
15
+
16
+
### Database setup
17
+
18
+
- Create database `task_agile`
19
+
- Initialize database with scripts in `setup` folder
20
+
21
+
### Add dev properties file
22
+
23
+
- Create `src/main/resources/application-dev.properties` with the following settings to override the settings in `application.properties`.
0 commit comments