Skip to content

A single page application, backed by ReST API, that allows the sending and display of messages to and from a user.

Notifications You must be signed in to change notification settings

dqromney/message-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STG Java Tech Challenge - Message Relay

Build an application that uses core technologies that are part of the STG's Java Practice technology stack. The challenge is to produce a working app, or as much as possible, in the time given: 40 hours.

How to startup a Docker MySQL database

docker-compose up -d mr-mysql

How to stop the Docker MySQL database

docker-compose down

How to build mr-api

docker build -f src/main/docker/Dockerfile .

How to startup API and MySQL database

docker-compose up -d

About

A single page application, backed by ReST API, that allows the sending and display of messages to and from a user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published