Paint app built with Angular and Spring Boot
- Save and load drawings as JSON or XML.
- Many available shapes: Line, Circle, Ellipse, Triangle, etc.
- Add, remove, move, scale, rotate and duplicate shapes.
- Navigate to the backend directory:
cd backend- Build the backend using Maven:
mvn clean install- Run the Spring Boot application:
mvn spring-boot:run- Navigate to the frontend directory:
cd frontend- Install the required dependencies:
npm install- Run the Angular development server:
ng serve- Open your web browser and navigate to
http://localhost:4200