An app to connect small businesses, delivery services and customers.
You need:
- npm
- Payara 5 application server to deploy Java
- maven
- Java 8
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.
The war file generated by Maven has to be deployed to the Payara server.
Consult any of the authors if you want to contribute.
This project is licensed under the Apache License - see the LICENSE.txt file for details