Skip to content

A composition manager using Spring Boot for the backend and Angular with Fabric.js for shape drawing.

Notifications You must be signed in to change notification settings

nirmalrv8/composition-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Composition Manager

Back end uses Spring Boot, object oriented programming concepts to create and manage compositions and shapes. In-memory H2 database is used.

Front end uses Angular and fabric js canvas for the shape drawing. It consumes spring boot backend to persist the shapes and compositions in the in memory database.

Instructions to run

Back end

mvn spring-boot:run

Front end

npm start

About

A composition manager using Spring Boot for the backend and Angular with Fabric.js for shape drawing.

Resources

Stars

Watchers

Forks