Skip to content

projeto-spider/spider-gap-analysis

Repository files navigation



SPIDER Gap Analysis

A helper tool for gap analysis in the context of MR-MPS-SW

Basic feature list:

  • Multiple role support for both admin and reviewer
  • Simplified evaluation interface to speed up analysis step
  • Auto generated reports based on analysis made inside the tool
What is MR-MPS-SW ?

MR-MPS-SW is part of the brazillian model for software process improvement, created by SOFTEX (Associação para Promoção da Excelência do Software Brasileiro) with the aim of improving their efficiency and competitivity of small and medium companies through the improvement of their processes. It achieves that by standarzing all the parts of project management.

Deploy

Install NodeJS 8.6 or higher.

# clone or download the source
git clone git@github.com:projeto-spider/spider-gap-analysis.git my-folder-name

# go to the folder
cd my-folder-name

# install dependencies
npm install

# your .env file setups things like database connection (default sqlite)
cp .env.example .env

# build the app
npm run migrate
npm run seed
npm run build

# start the server
npm start

Go to localhost:3000 to see the application running.

Development

# clone or download the source
git clone git@github.com:projeto-spider/spider-gap-analysis.git my-folder-name

# go to the folder
cd my-folder-name

# install dependencies
npm install

# your .env file setups things like database connection (default sqlite)
cp .env.example .env

# build the app
npm run migrate
npm run seed

# start the server
npm run dev
Lubien Silvia Mariana Furtado Brabo
Lubien Silvia Mariana Furtado Brabo

Special thanks to @rian-vergara for our logo.

Learn more