Skip to content

majbah08/stargraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API using Spring Boot, Mysql, JPA and Hibernate for An game called Stragraph

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. Mysql - 5.x.x

Steps to Setup

1. Clone the application

git clone https://github.com/majbah08/stargraph.git

2. Create Mysql database

create database stargraph

3. Change mysql username and password as per your installation

  • open src/main/resources/application.properties

  • change spring.datasource.username and spring.datasource.password as 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

About

API for stargraph game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors