Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 286 Bytes

File metadata and controls

19 lines (10 loc) · 286 Bytes

backend

REQUIRED ENVIRONMENT

Play Framework 2.x (zip distribution is ok) & MongoDB

CONFIGURATION

Set the database path in config/application.conf

mongourl="mongodb://localhost/explorer"

RUN

Just open the project directory and type:

play run