Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.08 KB

readme.md

File metadata and controls

44 lines (32 loc) · 1.08 KB

Kuul app

Build Status Quality Gate Status

An app to connect small businesses, delivery services and customers.

Getting Started

Prerequisites

You need:

  • npm
  • Payara 5 application server to deploy Java
  • maven
  • Java 8

Installing

Frontend installation (has to be done inside folder ui):

npm install package.json

Start the local frontend server by running

ng serve --open

from the frontend directory.

Backend installation can be done be running

mvn clean install

in the server directory.

Deployment

The war file generated by Maven has to be deployed to the Payara server.

Contributing

Consult any of the authors if you want to contribute.

License

This project is licensed under the Apache License - see the LICENSE.txt file for details