Skip to content

REST API application made with Grails and AngularDart based on Magic 8-Ball game.

Notifications You must be signed in to change notification settings

parisfreire/magic-eight-ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magic 8 ball

Getting started with Docker

Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.

Run in this directory:

docker-compose up

The front-end app will be running at http:https://localhost:8080, and the back-end app will be at http:https://localhost:8090.

Manual deployment

You can run by hand the front-end app deploying it on a Apache/Nginx copying the files under the following directory:

magic-eight-ball-frontend/build

The back-end app can be deployed running a simple Java jar.

Run in the backend app directory:

java -jar build/libs/magic-eight-ball-backend-0.1.war

About

REST API application made with Grails and AngularDart based on Magic 8-Ball game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages