I have made an Angular + SpringBoot "Task Management Application" web project. This is a solo project, and it took me one week to create it
using TypeScript/Java and other languages.
Untitled.design.mp4
- Task management Application is a Web project.
- Developed on Spring Boot(backend) with Angular(front-end) frameworks and MySql database.
- “User” can delete, edit, add and check the completed tasks.
- This web application is made secure and robust.
- Angular
- SpringBoot
- Typescript
- Java
- MySQL
- JPA
- Rest API
- HTML/CSS
- Install [Node.js] which includes [Node Package Manager][npm]
Install the Angular CLI globally:
npm install -g @angular/cli
Create workspace:
ng new [PROJECT NAME]
Run the application:
cd [PROJECT NAME]
ng serve
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the de.codecentric.springbootsample.Application
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run