Skip to content

bugsy924/teamblue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teamblue

System Requirements

  • java version 8+
  • MySQL 5.6+
  • Gradle 4.9+

How to setup

  1. Get the project cloned

git clone git@github.com:uowteamblue/teamblue.git

  1. Setup database

CREATE DATABASE teamblue;

CREATE USER 'teamblue'@'localhost' IDENTIFIED BY 'test123;

GRANT ALL PRIVILEGES ON teabblue.* TO 'teamblue'@'localhost';

FLUSH PRIVILEGES;

  1. Build project

./gradlew build

  1. Run

./gradlew bootRun

  1. Server up and running

GET http://localhost:8080/health

References

About

UOWTeamblue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%