A TODO app created with Angular.
The following steps are required to get the project up and running.
Navigate to the todo-app/
folder in terminal. Run npm install
to install the required dependencies, this action is only required once. Run npm start
to start the web application. The page is available at: http://localhost:4200
. Use ctrl+c
to stop the application.
Further details on Angular CLI.
Navigate to the web-service/release/
folder in a terminal. Run java -jar todo-web-service-0.0.1-SNAPSHOT.jar
to launch. The
service is available at http://localhost:8090/
.
- Node.js
- Java