项目作者: projeto-spider

项目描述 :
A helper tool for gap analysis in the context of MR-MPS-SW
高级语言: Vue
项目地址: git://github.com/projeto-spider/spider-gap-analysis.git
创建时间: 2017-12-04T14:07:32Z
项目社区:https://github.com/projeto-spider/spider-gap-analysis

开源协议:GNU General Public License v3.0

下载










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.

  1. # clone or download the source
  2. git clone git@github.com:projeto-spider/spider-gap-analysis.git my-folder-name
  3. # go to the folder
  4. cd my-folder-name
  5. # install dependencies
  6. npm install
  7. # your .env file setups things like database connection (default sqlite)
  8. cp .env.example .env
  9. # build the app
  10. npm run migrate
  11. npm run seed
  12. npm run build
  13. # start the server
  14. npm start

Go to localhost:3000 to see the application running.

Development

  1. # clone or download the source
  2. git clone git@github.com:projeto-spider/spider-gap-analysis.git my-folder-name
  3. # go to the folder
  4. cd my-folder-name
  5. # install dependencies
  6. npm install
  7. # your .env file setups things like database connection (default sqlite)
  8. cp .env.example .env
  9. # build the app
  10. npm run migrate
  11. npm run seed
  12. # start the server
  13. npm run dev
Lubien Silvia Mariana Furtado Brabo
Lubien Silvia Mariana Furtado Brabo

Special thanks to @rian-vergara for our logo.

Learn more