/basic-play-app

A simple JAVA Play framework application

Primary LanguageApacheConfOtherNOASSERTION

alt text alt text Play application with an Angular frontend.


Installation

In the "client" directory.

npm install

bower install

Running the application

In the root directory run the following command

activator run

Tests can be executed by running

test

More information on the play console can be found at http://localhost:9000/@documentation/PlayConsole

Access

Backend API : http://localhost:9000 Frontend: http://localhost:3333

Useful Links

Offical Documentation - How to work with the Play Framework https://www.playframework.com/documentation/2.5.x/JavaHome