This is a simple service that allows you to find a job.
- Clone the project using the following command:
git clone https://github.com/michigang1/findjob-service-spring
- Open the project in your IDE.
- Build the project using the following command in the terminal:
gradle build
- Run the project using the following command in the terminal:
gradle bootRun
graph LR
A{How ro run?} -- build --> B[gradle build]
B -- run --> C[gradle bootRun]