Prerequisites: Java 8 and Node.js.
The database is created in remotemysql.com
To install this example application, run the following commands:
git clone https://github.com/sledesmadev/applicationmanager.git
cd applicationmanagerThis will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.
To run the server, cd into the server folder and run:
./mvnw spring-boot:runTo run the client, cd into the client folder and run:
npm install && npm start