Skip to content
 
 

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Paint

Paint app built with Angular and Spring Boot

Features

  • Save and load drawings as JSON or XML.
  • Many available shapes: Line, Circle, Ellipse, Triangle, etc.
  • Add, remove, move, scale, rotate and duplicate shapes.

Building

Prerequisites

Backend Setup

  • Navigate to the backend directory:
cd backend
  • Build the backend using Maven:
mvn clean install
  • Run the Spring Boot application:
mvn spring-boot:run

Frontend Setup

  • 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages