You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orders app implemented using AngularJS front-end and Spring Data back-end
Prerequisites
1.Java SDK to be installed, version 8 or higher. Java code uses Java 8 features.
Gradle uses whatever Java SDK it finds in your PATH environment variable. Alternatively, you can set the JAVA_HOME environment variable to point to the installation directory of the desired Java SDK.
2.Node.js and Bower package to be installed.
Building and Starting Application
From a command prompt, execute the following two commands:
npm install
gradlew bootRun
About
Orders app implemented using AngularJS front-end and Spring Boot back-end.