Restful API using Spring Boot, Mysql, JPA and Hibernate for An game called Stragraph
-
Java - 1.8.x
-
Maven - 3.x.x
-
Mysql - 5.x.x
1. Clone the application
git clone https://github.com/majbah08/stargraph.git2. Create Mysql database
create database stargraph3. Change mysql username and password as per your installation
-
open
src/main/resources/application.properties -
change
spring.datasource.usernameandspring.datasource.passwordas per your mysql installation
4. Build and run the app using maven in your favourite IDE
generate war file stargraph-1.0.0.war from ur IDE I have Used InteljIdea
The app will start running at http://localhost:8080.
You can test them using postman or any other rest client.
Thanks For your time