Skip to content

EsfingeFramework/torii-swanalyticscanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Analytics Canvas

This project has React JS App as ui client and Java Spring Boot App as the backend server.

What is this project?

This paper is the motivation of this project.

Also this video has come from the bachelor Thesis of Filippi Davide who implemented the initial phase of this project.

For more undrestanding the purpose of the project this talk by prof.Eduardo Guerra is suggested which is about A Lean Software Analytics Canvas for Agile Small Teams and took place at SNSCON 2021.

Local Development

To develop locally there are a few steps that need to be taken, for both ui-client and backend-server.

backend-server

So this project uses MongoDB as database, MongoDB can be installed from here,

Too complicated to install? This video might be helpful.

For running backend-server locally, Java version 11 is needed. After running the mongodb, it is now time to run the backend-server with this command: mvn spring-boot:run

ui-client

If you don't have node installed on your machine, You can get the latest version here

npm install would be installing the dependecies needed.

After that you're good to go in the front end side, Just need to run npm start and open the project on http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages